tagid 1.2.0

Defines a newtype labeled tagging for different types of ids.
Documentation
1
2
3
4
5
6
7
8
9
10
mod generator;
mod node;

#[allow(unused_imports)]
pub mod pretty;

#[allow(unused_imports)]
pub use generator::{GenerationStrategy, SnowflakeGenerator};
#[allow(unused_imports)]
pub use node::MachineNode;