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. The floating point trait extensions can also be used for convenience.

rust pub use rrt0::panic; use rrt0::{F32Ext, F64Ext};