/uuid

Generate and parse UUIDs.

Primary LanguageRustApache License 2.0Apache-2.0

uuid

A Rust library to generate and parse UUIDs.

Build Status

Documentation

Usage

Add this to your Cargo.toml:

[dependencies]

uuid = "*"

and this to your crate root:

extern crate uuid;