pub fn parse_password_rules(
rules: &str,
) -> Result<PasswordGeneratorRequest, PasswordRulesError>Expand description
Parses an HTML passwordrules attribute string into a PasswordGeneratorRequest.
Empty or whitespace-only input is accepted and resolves to the spec default
(allowed: ascii-printable).