rust implementation of mushid
Install mushid with cargo
bash
cargo add mushid
or use with git
toml
[dependencies]
mushid = { git = "https://github.com/tanveerraza789/mushid-rs.git" }
```rust use mushid::mushid;
let id = mushid(); ```
Contributions are always welcome!