uuid
====
A Rust library to generate and parse UUIDs.
[](https://travis-ci.org/rust-lang/uuid)
[Documentation](http://doc.rust-lang.org/uuid)
Add this to your `Cargo.toml`:
```toml
[dependencies]
uuid = "*"
```
and this to your crate root:
```rust
extern crate uuid;
```