Crates.io | auid |
lib.rs | auid |
version | 3.0.1 |
source | src |
created_at | 2023-07-25 18:15:18.978481 |
updated_at | 2023-08-28 17:53:09.016593 |
description | 64 bit timestamp-first unique identifier |
homepage | |
repository | https://github.com/abineo-ag/auid-rs |
max_upload_size | |
id | 925843 |
size | 9,728 |
64 bit timestamp-first unique identifier
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.