mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-21 18:33:23 +00:00
feat(ida): IDA内部改为使用XArray实现 (#934)
目前可以记录哪些ID已经分配,支持了ID释放的功能. Signed-off-by: longjin <longjin@DragonOS.org>
This commit is contained in:
9
kernel/crates/ida/Cargo.toml
Normal file
9
kernel/crates/ida/Cargo.toml
Normal file
@ -0,0 +1,9 @@
|
||||
[package]
|
||||
name = "ida"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
authors = ["longjin <longjin@dragonos.org>"]
|
||||
description = "一个基于XArray的ID分配器"
|
||||
|
||||
[dependencies]
|
||||
kdepends = { path = "../kdepends" }
|
Reference in New Issue
Block a user