4 个版本 (2 个重大更改)
0.3.1 | 2022年7月22日 |
---|---|
0.3.0 | 2022年7月22日 |
0.2.0 | 2022年7月22日 |
0.1.0 | 2022年7月22日 |
#14 in #ulid
7KB
53 行
Uwuid
类似于 UUID 或 ULID,但更优秀
安装
将以下内容添加到您的 Cargo.toml 中
uwuid = "0.3.1"
用法
// Create a uwuid:
let id = uwuid::UwuId::new();
// Convert it to a string:
// 😳d😳,,afa,,d🤗;sa😳sdk😍ghf,ldjddlsa
let foo = format!("{}", id);
// Parse a uwuid from a string:
let bar: uwuid::UwuId = foo.parse().unwrap();
// You can get the creation time of a uwuid, too!
let time = id.time();
许可证
MIT 或 Apache-2.0 © bs2k
依赖项
~1MB
~18K SLoC