aboutsummaryrefslogtreecommitdiffstats
path: root/src/pwgen.rs
Commit message (Collapse)AuthorAgeFilesLines
* clippyJesse Luehrs2021-02-191-4/+6
|
* don't use locked vecs for pwgenJesse Luehrs2020-04-181-9/+6
| | | | | i'm doing all of my password generation in the client, which really doesn't need it
* add password generationJesse Luehrs2020-04-111-0/+64