min-id

Crates.iomin-id
lib.rsmin-id
version0.1.0
sourcesrc
created_at2020-11-19 04:56:54.688614
updated_at2020-11-19 04:56:54.688614
descriptionA function for generating random IDs in the base-58 alphabet
homepagehttps://github.com/dchenk/min-id
repositoryhttps://github.com/dchenk/min-id
max_upload_size
id313896
size13,511
Dmitriy (dchenk)

documentation

README

min-id

This crate has one public function, generate_id, which returns a String between 15 and 24 characters long, inclusively, where the length is random and the characters are chosen randomly from the base-58 alphabet.

Commit count: 3

cargo fmt