arm-0.0.1 doesn't have any documentation.
Rust ARM low level library

Low level abstraction of ARM architecture specific features.
Quick start
Note: for now this crate was checked only against ARMv7 targets.
Setup cross toolchains:
You need to install arm-linux-gnueabihf-gcc
separately for cross-linking.
More details about cross-compiling: https://github.com/japaric/rust-cross
Build:
TODO
- basic SMP for AArch64 and AArch32
- EL1 registers
- EL2 registers
- EL3 registers
Documentation
License
The library is distributed under the terms of MIT license