Rust library to program ARMv8-A hardware. It provides access and construction functions for ARMv8 hardware-defined state and data structures.
The library closely follows the structure of rust-x86, and borrows some of its code.
To generate/update the Rust register bindings execute:
$ bash tools/generate-register-bindings.sh
Dependencies for the Rust register binding generations:
# apt-get install python3-plumbum