| Crates.io | rrt0 |
| lib.rs | rrt0 |
| version | 0.3.1 |
| created_at | 2018-12-16 05:30:31.315963+00 |
| updated_at | 2022-06-16 12:21:50.054258+00 |
| description | Simple cross-platform runtime / startup (like crt0) |
| homepage | |
| repository | https://github.com/rust-console/rrt0 |
| max_upload_size | |
| id | 102113 |
| size | 6,757 |
rrt0Simple 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;