Registry / other / bare-metal

bare-metal

JSON →
library1.0.0rscratesunverified

Abstractions common to bare metal systems

# Cargo.toml [dependencies] bare-metal = "1.0.0"
INSTALL
IMPORT
SIG · BARE-METAL
B
bare-metal
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.

Peripheral
use bare_metal::Peripheral;

Create a peripheral abstraction for a memory-mapped hardware register.

use bare_metal::Peripheral; fn main() { // Example: wrapping a hardware peripheral let mut p = unsafe { Peripheral::new(0x4000_0000) }; println!("Peripheral at address: {:?}", p); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
19 hits · last 30 days
node
16
Meta
2
OpenAI (training)
1
Resources
bare-metal — cargo add bare-metal · libregistry