osdk-frame-allocator 0.13.0

The default buddy system frame allocator shipped with OSDK.
[dependencies.log]
version = "0.4"

[dependencies.ostd]
version = "0.13.0"

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

[lints.clippy]
allow_attributes = "warn"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The default buddy system frame allocator shipped with OSDK."
edition = "2021"
license = "MPL-2.0"
name = "osdk-frame-allocator"
readme = "README.md"
repository = "https://github.com/asterinas/asterinas"
version = "0.13.0"