rrt0

Simple cross-platform runtime / startup (like crt0).

Supported platforms

Primary goals

Usage

The panic function must be imported with pub use, or you will get missing-symbol errors at link time.

rust pub use rrt0::panic;