Crates.io | nanoid-dictionary |
lib.rs | nanoid-dictionary |
version | 0.4.3 |
source | src |
created_at | 2021-07-04 10:12:24.854817 |
updated_at | 2022-02-24 08:51:22.452735 |
description | Popular alphabets for use with nanoid |
homepage | |
repository | https://gitlab.com/imp/nanoid-dictionary-rs |
max_upload_size | |
id | 418505 |
size | 7,137 |
Popular alphabets for use with nanoid::nanoid!()
macro
use nanoid_dictionary::NOLOOKALIKES;
use nanoid::nanoid;
fn main() {
let id = nanoid!(21, NOLOOKALIKES);
println!("{}", id);
}