1 2 3 4 5 6
mod uuid32; #[cfg(feature = "postgres")] mod uuid32_postgres; pub use crate::uuid32::Uuid32;