xid 1.1.1

Globally unique sortable id generator. A Rust port of https://github.com/rs/xid.
Documentation
1
2
3
fn main() {
    println!("{}", xid::new());
}