password-rules-parser
password-rules-parser copied to clipboard
Rust parser for the passwordrules attribute
Results
2
password-rules-parser issues
Sort by
recently updated
recently updated
newest added
While writing https://github.com/Cldfire/password-rules-checker I came across a place where it would be nice to have a way to pretty-print a `CharacterClass`: ```rust let possibly_shortened_allows = remove_unecessary_allows(&quirk_parsed); if quirk_parsed.allowed != possibly_shortened_allows...
enhancement
This issue proposes to replace the uses of `CharacterClass` and `Vec` with a flag- or set-oriented approach, since only a fixed amount is ever needed for these constraint types. The...
enhancement