2 releases
0.0.2 | May 22, 2023 |
---|---|
0.0.1 | May 22, 2023 |
#71 in #unique-id
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
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
~51–470KB