A unique id generator for rust types.
The crate provides a trait and a procedural macro. By deriving one, you implement the
trait with fn id() -> TypeId static method which is unique in the whole project.
Call API methods to interact with the service directly or user an iterator-like interface to
For examples, see the tests directory in the source tree.
Usage
xtern crate unique_type_id_derive;
xtern crate unique_type_id;
n sequential_id