| Crates.io | grp |
| lib.rs | grp |
| version | 0.1.1 |
| created_at | 2020-06-25 07:11:16.351129+00 |
| updated_at | 2020-06-25 07:19:04.967269+00 |
| description | Generate random password, customize the amount of symbols and numbers |
| homepage | https://github.com/TENX-S/Rust-demo |
| repository | https://github.com/TENX-S/Rust-demo |
| max_upload_size | |
| id | 257785 |
| size | 6,596 |
$ cargo install grp
$ grp 16 4 4
# Output: 8*_t99m(cCK6[UQi
# Length of password: 16, amount of symbols: 4, amount of numbers: 4
$ grp
# Output: nibIQG2D9D_uDtQ4
# Defaults to: grp 12 1 3
$ cargo run length symbols_count numbers_count --release
$ cargo run --release
#Defaults to: cargo run 12 1 3 --release