feat(serial):基本完成UUID和Short UUID的生成功能。

This commit is contained in:
徐涛
2023-06-30 16:32:00 +08:00
parent 260f17021b
commit 039596a4f5
3 changed files with 64 additions and 1 deletions

View File

@@ -19,7 +19,7 @@ Rust 中可以使用的常用辅助功能工具箱。主要配备以下功能:
- 唯一序列号生成器
- [ ] 改进版雪花 ID 生成器(短主机精简日期版)
- [x] UUID 生成器
- [ ] short UUID 生成器
- [x] short UUID 生成器
- 签名算法
- [ ] RSA 签名算法
- 验证码生成器