Skip to content

Latest commit

 

History

History
6 lines (5 loc) · 281 Bytes

README.md

File metadata and controls

6 lines (5 loc) · 281 Bytes

This crate demonstrates the use of origin as a plain library API using #![no_std] and #![no_main].

This version lets libc start up the program, but takes control as soon as it can, and then has origin do everything else. This uses origin in an "external-start" configuration.