uuid 0.3.1

A library to generate and parse UUIDs.
Documentation
extern crate std;

use ParseError;

impl std::error::Error for ParseError {
    fn description(&self) -> &str {
        "UUID parse error"
    }
}