id-alloc 0.1.0

An id allocator implemented by the bitmap
Documentation
[dependencies.bitvec]
default-features = false
features = ["alloc"]
version = "1.0"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "An id allocator implemented by the bitmap"
edition = "2021"
license = "MPL-2.0"
name = "id-alloc"
readme = false
repository = "https://github.com/asterinas/asterinas"
version = "0.1.0"