feat(serial):基本完成冰雹ID生成器设计,基本完成全部计划中功能设计。
This commit is contained in:
@@ -1,3 +1,5 @@
|
||||
pub mod hail;
|
||||
|
||||
pub mod uuid {
|
||||
pub fn new() -> Box<String> {
|
||||
Box::from(uuid::Uuid::new_v4().to_string())
|
||||
|
Reference in New Issue
Block a user