uuid 0.1.16

A library to generate and parse UUIDs.
Documentation

uuid

A Rust library to generate and parse UUIDs.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

uuid = "0.1"

and this to your crate root:

extern crate uuid;