Implement uuidgen

Implement uuidgen as a wrapper over the `uuid` crate.
This commit is contained in:
Reagan Bohan
2025-04-19 23:59:35 +00:00
parent 65959a5205
commit 1dcb5524e2
9 changed files with 430 additions and 51 deletions

View File

@@ -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;