完成bitmap的static bitmap功能,能够静态声明bitmap (#490)

* 完成bitmap的static bitmap功能,能够静态声明bitmap
This commit is contained in:
LoGin
2024-01-15 18:13:22 +08:00
committed by GitHub
parent dcf232f378
commit 6994f6b113
7 changed files with 1363 additions and 1 deletions

View File

@ -26,8 +26,9 @@ backtrace = []
acpi = { git = "https://git.mirrors.dragonos.org/DragonOS-Community/acpi-rs.git", rev = "fb69243dcf" }
atomic_enum = "0.2.0"
bit_field = "0.10"
bitflags = "1.3.2"
bitfield-struct = "0.5.3"
bitflags = "1.3.2"
bitmap = { path = "crates/bitmap" }
# 一个no_std的hashmap、hashset
elf = { version = "0.7.2", default-features = false }
hashbrown = "0.13.2"