Expand description
Rust API for an ID pool backed by a BitmapVec.
Structsยง
- IdPool
 - Represents a dynamic ID pool backed by a 
BitmapVec. - Pool
Resizer  - Contains a 
BitmapVecof a size suitable for reallocatingIdPool. - Realloc
Request  - Indicates that an 
IdPoolshould change to a new target size.