Skip to content

Commit 328261a

Browse files
committed
Add UUID support to libextra
- generate random UUIDs - convert to and from strings and bytes - parse common string formats - implements Zero, Clone, FromStr, ToStr, Eq, TotalEq and Rand - unit tests and documentation - parsing error codes and strings - incorporate feedback from PR review
1 parent b285f1e commit 328261a

File tree

2 files changed

+795
-0
lines changed

2 files changed

+795
-0
lines changed

src/libextra/extra.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,8 @@ pub mod semver;
103103
pub mod fileinput;
104104
pub mod flate;
105105
pub mod hex;
106+
pub mod uuid;
107+
106108

107109
#[cfg(unicode)]
108110
mod unicode;

0 commit comments

Comments
 (0)