[][src]Macro bruteforce::charset

macro_rules! charset {
    ($string:expr) => { ... };
}

The charset macro generates a Charset by a string literal

Example

    let _uppercase_chars: Charset = charset!("ABCDEFGHIJKLMNOPQRSTUVWXAZ");