| Crates.io | rustq-nanoid |
| lib.rs | rustq-nanoid |
| version | 0.0.1-dev3 |
| created_at | 2022-06-05 04:07:26.209896+00 |
| updated_at | 2022-06-11 07:52:49.166079+00 |
| description | A tiny, secure, URL-friendly, unique string ID generator for Rust. |
| homepage | https://github.com/rustq/nanoid |
| repository | https://github.com/rustq/nanoid.git |
| max_upload_size | |
| id | 600056 |
| size | 13,235 |
use rustq_nanoid;
let id = rustq_nanoid::format(rustq_nanoid::rngs::default, &rustq_nanoid::alphabet::SAFE, 21);