Low level abstraction of ARM architecture specific features.
Note: for now this crate was checked only against ARMv7 targets.
Setup cross toolchains: ```sh rustup install nightly rustup default nightly rustup target add armv7-unknown-linux-gnueabihf
cat >>~/.cargo/config <
More details about cross-compiling: https://github.com/japaric/rust-cross
Build:
sh
cargo build --target=armv7-unknown-linux-gnueabihf
sh
cargo doc --open --target=armv7-unknown-linux-gnueabihf
The library is distributed under the terms of MIT license