Crates.io | rrt0 |
lib.rs | rrt0 |
version | 0.3.1 |
source | src |
created_at | 2018-12-16 05:30:31.315963 |
updated_at | 2022-06-16 12:21:50.054258 |
description | Simple cross-platform runtime / startup (like crt0) |
homepage | |
repository | https://github.com/rust-console/rrt0 |
max_upload_size | |
id | 102113 |
size | 6,757 |
rrt0
Simple cross-platform runtime / startup (like crt0).
.bss
and .sbss
sections (uninitialized static data)The panic
function must be imported with pub use
, or you will get missing-symbol errors at link time.
pub use rrt0::panic;