mrdimidium / nanoid

A tiny, secure, URL-friendly, unique string ID generator for Rust
https://docs.rs/nanoid
MIT License
545 stars 29 forks source link

Plans to replace ~ to - #13

Closed silvioprog closed 4 years ago

silvioprog commented 4 years ago

Hi.

The official nanoid uses the characters A-Za-z0-9_-. So, to you have plan use them too?

It would be nice to change the ~ to -, it is more "user friendly" to share the generated IDs as tokens.

silvioprog commented 4 years ago

It's already done! :-) alphabet.rs#L12 I've looked only the crates version.