Implement uuidgen
Implement uuidgen as a wrapper over the `uuid` crate.
This commit is contained in:
@@ -60,3 +60,7 @@ mod test_fsfreeze;
|
||||
#[cfg(feature = "mcookie")]
|
||||
#[path = "by-util/test_mcookie.rs"]
|
||||
mod test_mcookie;
|
||||
|
||||
#[cfg(feature = "uuidgen")]
|
||||
#[path = "by-util/test_uuidgen.rs"]
|
||||
mod test_uuidgen;
|
||||
|
||||
Reference in New Issue
Block a user