[][src]Crate tlid

Structs

Pool

generic fast Pool that manages a range of IDs, which can be access via ::next() methods or transfered to a subpool

Traits

IdAble

trait that is used to describe all types that can be used as an ID types like usize, u64, i64, ... are supported by default