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

Add doc comment #20

Closed svenstaro closed 4 years ago

svenstaro commented 4 years ago

(This needs #17 and #19 first).

This adds doc-comment so that the README.md will always be part of the test suite so that issues such as the one fixed by #17 won't re-occur unnoticed.

mrdimidium commented 4 years ago

Great! Thank you for your contribution, it is very valuable to me.