use Lazy;
/// Uppercase letters used for password generation
pub static UPPERCASE: = new;
/// Lowercase letters used for password generation
pub static LOWERCASE: = new;
/// Digits used for password generation
pub static DIGITS: = new;
/// Special characters used for password generation
pub static SPECIALS: = new;
/// Characters considered ambiguous and potentially confusing to read
pub static AMBIGUOUS: = new;