hardware 0.0.9

A no_std bare-metal hardware abstraction layer — all port I/O, memory and swap allocations are guarded at runtime. Do not consider this dependency stable before x.1.x
Documentation
1
2
3
pub mod api;

pub use api::{mmio_read32, mmio_write32, read_cpuid, read_msr};