Cargo Features

[dependencies]
aarch64-paging = { version = "0.8.0", default-features = false, features = ["alloc", "zerocopy"] }
default = alloc, zerocopy

These default features are set whenever aarch64-paging is added without default-features = false somewhere in the dependency tree.

alloc default

Affects aarch64-paging::idmap, aarch64-paging::linearmap, aarch64-paging::target

zerocopy default

Enables zerocopy