uuid 0.1.13

A library to generate and parse UUIDs.
uuid
====

A Rust library to generate and parse UUIDs.

[![Build Status](https://travis-ci.org/rust-lang/uuid.svg?branch=master)](https://travis-ci.org/rust-lang/uuid)

[Documentation](http://doc.rust-lang.org/uuid)

## Usage

Add this to your `Cargo.toml`:

```toml
[dependencies]

uuid = "0.1"
```

and this to your crate root:

```rust
extern crate uuid;
```