| Crates.io | armv8 |
| lib.rs | armv8 |
| version | 0.0.1 |
| created_at | 2022-10-20 19:08:45.264703+00 |
| updated_at | 2022-10-20 19:08:45.264703+00 |
| description | A library to program armv8-a (aarch64/aarch32) hardware. Contains armv8-a specific data structure definitions, data-tables, and functions to access architectural registers. |
| homepage | https://github.com/achreto/rust-armv8 |
| repository | https://github.com/achreto/rust-armv8 |
| max_upload_size | |
| id | 692821 |
| size | 3,234,723 |
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