[package] name = "bitmap-allocator" version = "0.2.0" authors = ["WangRunji "] edition = "2021" license = "MIT" readme = "README.md" description = "Bit allocator based on segment tree algorithm." repository = "https://github.com/rcore-os/bitmap-allocator" keywords = ["bitmap", "allocator", "memory"] categories = ["memory-management", "no-std"] [dependencies] bit_field = "0.10"