mushid 0.0.2

a unique string generator.
Documentation
  • Coverage
  • 100%
    1 out of 1 items documented1 out of 1 items with examples
  • Size
  • Source code size: 3.32 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 279.22 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 17s Average build duration of successful builds.
  • all releases: 17s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • atamakahere-git

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!