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
pub mod audio;
pub mod camera;
pub mod cpu;
pub mod cpuid;
pub mod display;
pub mod gpu;
pub mod input;
pub mod interrupt;
pub mod io;
pub mod lpu;
pub mod mmio;
pub mod mmu;
pub mod modem;
pub mod msr;
pub mod nfc;
pub mod register;
pub mod sensor;
pub mod simd;
pub mod storage;
pub mod syscall;
pub mod tpu;
pub mod usb;
pub mod virtualization;

mod init;
pub use init::init_shim;