[dependencies.bit_field]
version = "0.10"
[lib]
name = "bitmap_allocator"
path = "src/lib.rs"
[package]
authors = ["WangRunji <wangrunji0408@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["memory-management", "no-std"]
description = "Bit allocator based on segment tree algorithm."
edition = "2021"
keywords = ["bitmap", "allocator", "memory"]
license = "MIT"
name = "bitmap-allocator"
readme = "README.md"
repository = "https://github.com/rcore-os/bitmap-allocator"
version = "0.2.1"