xuid 1.1.0

XUID library in Rust
Documentation
1
2
3
4
5
fn main() {
    let xuid = xuid::xuid!(1234567890);

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