uuid32 1.1.0

Uuids formatted as Strings in Crockford base32 for easier to read + copy urls, plus db
Documentation
1
2
3
4
5
6
mod uuid32;

#[cfg(feature = "postgres")]
mod uuid32_postgres;

pub use crate::uuid32::Uuid32;