Expand description
64 bit timestamp-first unique identifier
ยงUsage
let id = Uid::new();
println!("{id}");
ยงFeatures
name | description | default? |
---|---|---|
serde | serde support | โ |
base16 | convert from/to base16 using faster-hex | ๐ |
hex | alias for base16 | |
base32 | convert from/to base32 using data-encoding | ๐ |
base58 | convert from/to base58 using bs58 | ๐ |
base64 | convert from/to base64 using data-encoding | ๐ |
Structsยง
- Uid
- 64 bit timestamp-first unique identifier