uuid

A Rust library to generate and parse UUIDs.

Build Status

Usage

Add this to your Cargo.toml:

```toml [dependencies.uuid]

git = "https://github.com/rust-lang/uuid.git" ```

and this to your crate root:

rust extern crate uuid;