feat(hash):完成基本散列算法。
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
pub mod uuid {
|
||||
pub fn new() -> Box<String> {
|
||||
Box::from(uuid::Uuid::new_v4().to_string())
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user