[][src]Function libbruteforce::symbols::build_alphabet

pub fn build_alphabet(
    lc_letters: bool,
    up_letters: bool,
    digits: bool,
    lc_umlauts: bool,
    uc_umlauts: bool,
    common_special_chars: bool,
    all_special_chars: bool
) -> Box<[char]>

Builds the alphabet from the given flags.