Registry / other / r0
library1.0.0rscratesunverified

Initialization code ('crt0') written in Rust for embedded systems.

# Cargo.toml [dependencies] r0 = "1.0.0"
INSTALL
IMPORT
SIG · R0
R
r0
otherrustv1.0.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

init_data
use r0::init_data;

Initializes data sections for embedded targets.

use r0::init_data; fn main() { unsafe { init_data(&mut [], &[]); } println!("Data initialized"); }
Debug
Known issues
gotchaUnsafe function; requires careful handling of memory sections.
fix
Ensure proper linker script and memory layout.
affects: *
Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
r0 — cargo add r0 · libregistry