pwgenr-0.4.0 is not a library.
pwgenr 
Random password generator (mainly for use with a password manager).
Example
Options
You can check by typing pwgenr -h
:
USAGE:
pwgenr [FLAGS] [OPTIONS] [--] [ARGS]
FLAGS:
-b, --clipboard Copy first password to clipboard (requires xclip)
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-c <categories>... Categories to be used [values: symbols, games, tech, box, arrows, dingbat, math, ascii]
ARGS:
<LENGTH> of the generated passwords [default: 64]
<AMOUNT> of generated passwords [default: 12]
Installation
You can use the cargo install
command:
$ cargo install pwgenr
or a classic build and run: