Crate typed_ids

Crate typed_ids 

Source

Structs§

SerialU32
SerialU64
SerialU32Generator
SerialU64Generator
SerialUsize
SerialUsizeGenerator

Traits§

Id
An Id (identifier) uniquely identifies something. This crate’s vision of an Id is that it must be small (i.e. copy), thread-safe, ordered, and hashable. The ordered and hashable requirements could probably be dropped, but it sends to be more useful than not. In the future, this crate could add a variant for non-Ord and non-Hash Ids.