[package]
name = "frame-alloc"
version = "0.1.0"
edition = "2024"
rust-version = "1.87"
license = "MIT"
description = "A no_std, dependency-free, const-constructible physical frame allocator for kernels"
repository = "https://github.com/PaulSandner/frame_alloc"
readme = "README.md"
keywords = ["allocator", "kernel", "no-std", "physical-memory", "buddy"]
categories = ["memory-management", "no-std", "os"]
exclude = ["validation/"]
[features]
default = []
stats = []
[dev-dependencies]
[dependencies]
[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(audit)'] }