[go: up one dir, main page]

uuid 0.1.18

A library to generate and parse UUIDs.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]

name = "uuid"
version = "0.1.18"
authors = ["The Rust Project Developers"]
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/rust-lang/uuid"
homepage = "https://github.com/rust-lang/uuid"
documentation = "https://doc.rust-lang.org/uuid"
description = """
A library to generate and parse UUIDs.
"""

[dependencies]
rustc-serialize = "0.3"
serde = { version = "^0.6.0", optional = true }
rand = "0.3"