Registry / other / r3-kernel

r3-kernel

JSON →
library0.1.4rscratesunverified

The original kernel of the R3-OS real-time operating system, providing task scheduling and IPC.

# Cargo.toml [dependencies] r3_kernel = "0.1.4"
INSTALL
IMPORT
SIG · R3-KERNEL
R
r3-kernel
otherrustv0.1.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;

Initializes and starts the R3 kernel.

use r3_kernel::Kernel; fn main() { let kernel = Kernel::new(); kernel.start(); }
Debug
Known issues
gotchaRequires nightly Rust and specific target architecture
fix
Use nightly toolchain and set target to a supported architecture (e.g., thumbv7em-none-eabi)
affects: >=0.1.0
Upgrade
Version history
0.1.4latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources
r3-kernel — cargo add r3-kernel · libregistry