aarch64-paging 0.11.0

A library to manipulate AArch64 VMSA page tables.
Documentation
[dependencies.bitflags]
version = "2.10.0"

[dependencies.thiserror]
default-features = false
version = "2.0.17"

[features]
alloc = []
default = ["alloc"]

[lib]
name = "aarch64_paging"
path = "src/lib.rs"

[package]
authors = ["Ard Biesheuvel <ardb@google.com>", "Andrew Walbran <qwandor@google.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "no-std", "hardware-support"]
description = "A library to manipulate AArch64 VMSA page tables."
edition = "2024"
keywords = ["arm", "aarch64", "cortex-a", "vmsa", "pagetable"]
license = "MIT OR Apache-2.0"
name = "aarch64-paging"
readme = "README.md"
repository = "https://github.com/google/aarch64-paging"
version = "0.11.0"

[package.metadata.docs.rs]
all-features = true
default-target = "aarch64-unknown-none"