xuid 1.0.0

XUID library in Rust
Documentation

xuid

Crates.io Version Crates.io Total Downloads Crates.io License

XUID library for Rust

Well, there is not really much more to say...

Usage Example

fn main() {
    let xuid = xuid::xuid!(1234567890);

    println!("{}", xuid);
}