Registry / other / r3
library0.2.4rscratesunverified

Experimental static component-oriented RTOS for deeply embedded systems.

# Cargo.toml [dependencies] r3 = "0.2.4"
INSTALL
IMPORT
SIG · R3
R
r3
otherrustv0.2.4
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.

Kernel
use r3::kernel::Kernel;

Creates and starts the RTOS kernel.

use r3::kernel::Kernel; fn main() { let kernel = Kernel::new(); kernel.start(); }
Debug
Known issues
gotchaRequires nightly Rust and specific target.
fix
Use nightly toolchain and a supported embedded target (e.g., thumbv7em-none-eabihf).
affects: >=0.2.0
Upgrade
Version history
0.2.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
r3 — cargo add r3 · libregistry