aarch64-arch-helpers 0.2.1

Helper functions to access aarch64 CPU registers
Documentation
[features]
cache_helpers = []
default = ["cache_helpers", "mmu_helpers"]
errata_a57_813419 = []
mmu_helpers = []

[package]
authors = ["Mikhail Lappo <miklelappo@gmail.com>"]
categories = ["no-std", "embedded"]
description = "Helper functions to access aarch64 CPU registers\n"
documentation = "https://docs.rs/aarch64-arch-helpers/0.2.1"
edition = "2018"
exclude = [".travis.yml", "Makefile.toml"]
homepage = "https://github.com/miklelappo/aarch64-arch-helpers"
keywords = ["aarch64", "boot", "baremetal"]
license = "MIT"
name = "aarch64-arch-helpers"
readme = "README.md"
repository = "https://github.com/miklelappo/aarch64-arch-helpers"
version = "0.2.1"
[package.metadata.docs.rs]
default-target = "aarch64-unknown-none"
targets = ["aarch64-unknown-none", "aarch64-unknown-linux-gnu"]