64 bit timestamp-first unique identifier
rust
let id = Uid::new();
println!("{id}");
| 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
| 𐄂 |
Licensed under ☕ Coffee License.