Docs.rs
obj-alloc-0.3.1
obj-alloc 0.3.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
Milk-COCO
Dependencies
field-collex ^0.0.11
normal
serde ^1.0
normal
serde_json ^1.0
normal
span-core ^0.1.1
normal
Versions
52.38%
of the crate is documented
This release has been yanked, go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module id_map
obj_
alloc
0.3.1
Module id_map
Module Items
Structs
Traits
In crate obj_
alloc
obj_alloc
Module
id_map
Copy item path
Source
Expand description
极简版 IdMap:自动生成递增 Id + Id 透明序列化 + 无条件编译 核心特性:插入值自动返回递增 Id、Id 浅包装 u64、无任何条件编译
Structs
§
Default
Id
IdMap
极简版 IdMap:自动生成递增 Id + HashMap 存储 + 无条件编译
Traits
§
Id
Id 基础 trait,所有自定义 Id 需实现此 trait