armv8 0.0.1

A library to program armv8-a (aarch64/aarch32) hardware. Contains armv8-a specific data structure definitions, data-tables, and functions to access architectural registers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies.bit_field]
version = "0.10.1"

[package]
authors = ["Reto Achermann <achreto@gmail.com>"]
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. "
edition = "2018"
homepage = "https://github.com/achreto/rust-armv8"
keywords = ["arm", "armv8", "aarch64", "aarch32", "cortext"]
license = "MIT"
name = "armv8"
readme = "README.md"
repository = "https://github.com/achreto/rust-armv8"
resolver = "2"
version = "0.0.1"