1 unstable release

0.0.1 May 27, 2022

#48 in #lru

0BSD license

32KB
722 lines

idheap

The IdHeap is a simple collection of integers.

When an application requests to allocate an id from the collection it will return the lowest available id. When the application is finished with the id it is returned to the collection, which makes it a candidate for allocation again.


lib.rs:

A heap of integer identifiers.

No runtime deps

Features