2 releases

0.0.2 May 22, 2023
0.0.1 May 22, 2023

#55 in #unique-id

36 downloads per month

MIT license

3KB

mushid-rs

rust implementation of mushid

Installation

Install mushid with cargo

cargo add mushid

or use with git

[dependencies]
mushid = { git = "https://github.com/tanveerraza789/mushid-rs.git" }

Usage/Examples

use mushid::mushid;

let id = mushid();

Other Programming Languages

go

Contributing

Contributions are always welcome!


lib.rs:

Mush ID

A Unique ID generator based on time, network state and OS randomness of distributing PIDs.

Usage

use mushid::mushid;
let id = mushid();
println!("{id}"); // a6c66fc1cbf9151f

Dependencies

~49–460KB