Simple command-line password generator written in Rust
Go to file
2023-01-10 18:35:22 -06:00
src Removed " character from allowed_chars, allow second optional argument for disallowed characters, error handling for missing or incorrect arguments 2023-01-10 18:35:22 -06:00
.gitignore Update .gitignore, remove Cargo.lock 2023-01-10 11:14:10 -06:00
Cargo.toml Removed " character from allowed_chars, allow second optional argument for disallowed characters, error handling for missing or incorrect arguments 2023-01-10 18:35:22 -06:00
LICENSE Add GPLv3 license 2023-01-10 11:17:18 -06:00
README.md Add README.md 2023-01-10 11:20:29 -06:00

RustPass