rumio 0.2.0

Control your MMIO and CPU registers without pain.
1
2
3
4
5
//! This module shows examples of the generated code by the macros.
#![allow(missing_docs)]

pub mod cpu;
pub mod mmio;