min-id 0.1.0

A function for generating random IDs in the base-58 alphabet
Documentation
1
2
3
4
# 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.