6 stable releases

3.0.1 Aug 28, 2023
2.1.0 Aug 16, 2023
2.0.1 Aug 15, 2023
1.0.0 Jul 25, 2023

#3 in #base58

Custom license

10KB
137 lines

auid

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 𐄂

License

Licensed under ☕ Coffee License.

Dependencies

~1.7–2.6MB
~48K SLoC