A simple static password generator for rust
I just wanted to create a static password manager in Rust
By default, passwords are 38 characters long.
Obviously, static passwords of any length can be generated for other uses as well.
cargo install pust
```
Usage: pust [OPTIONS]
Arguments:
Options:
--length
Got inspired by Jarusk's pass-rs