pub fn build_char_set(args: &PasswordArgs) -> Result<Vec<u8>, PasswordError>Expand description
Builds the character set based on command-line arguments Returns a vector of valid characters that can be used for password generation
pub fn build_char_set(args: &PasswordArgs) -> Result<Vec<u8>, PasswordError>Builds the character set based on command-line arguments Returns a vector of valid characters that can be used for password generation