Crates.io | mushid |
lib.rs | mushid |
version | 0.0.2 |
source | src |
created_at | 2023-05-22 09:09:18.520187 |
updated_at | 2023-05-22 09:24:35.782205 |
description | a unique string generator. |
homepage | |
repository | https://github.com/tanveerraza789/mushid-rs |
max_upload_size | |
id | 870492 |
size | 3,323 |
rust implementation of mushid
Install mushid with cargo
cargo add mushid
or use with git
[dependencies]
mushid = { git = "https://github.com/tanveerraza789/mushid-rs.git" }
use mushid::mushid;
let id = mushid();
Contributions are always welcome!