buddy-allocator 0.1.1

A buddy allocator implementation supporting alloc-wg
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
[[package]]
name = "alloc-wg"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc81876fdcf541333d1cf78c6d8381f482f750011788822372a83b74022bd278"

[[package]]
name = "buddy-allocator"
version = "0.1.1"
dependencies = [
 "alloc-wg",
]