snowcloud 0.4.0

small crate for creating custom snowflakes that provides thread safe and non thread safe generators
Documentation
1
2
3
4
5
6
7
8
//! various kins of snowflakes available

mod segments;

pub use segments::Segments;

pub mod i64;
pub mod u64;