moa_idalloc 0.1.4

id 分配工具箱:单调号 / 回收位图 / 世代槽位表
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "moa_idalloc"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
rust-version.workspace = true
repository.workspace = true
description = "id 分配工具箱:单调号 / 回收位图 / 世代槽位表"

[dependencies]
moa_bitops.workspace = true

[lints]
workspace = true