passgenr 0.2.0

A library for generating cryptographically-secure passwords in Rust.
Documentation
# Release Process

1. Change the version number in `README.md`.
2. Change the version number in `Cargo.toml`.
3. Commit and push the version number change.
4. Run `cargo test`
5. Run `cargo package`
6. Run `cargo publish.