3 releases
Uses old Rust 2015
0.1.2 | Mar 24, 2017 |
---|---|
0.1.1 | Mar 24, 2017 |
0.1.0 | Mar 24, 2017 |
#6 in #universally
30 downloads per month
6KB
131 lines
uuid_v1
uuid_v1 provides Rust implementation of Universally Unique Identifier (UUID) Version 1. Implementation inspired by satori/go.uuid, rust-lang-nursely/uuid
Hyphenated string conversion is only supported currently.
Example
extern crate uuid_v1;
fn main() {
let uuid = uuid_v1::new_v1();
println!("{}", uuid.to_string());
}
Dependencies
~5MB
~93K SLoC