A Rust library to generate and parse UUIDs.
Documentation
Add this to your Cargo.toml:
Cargo.toml
```toml [dependencies]
uuid = "*" ```
and this to your crate root:
rust extern crate uuid;