Constant display_bytes::BASE64_ASCII[][src]

pub const BASE64_ASCII: DisplayBytesConfig<'static, FormatBase64> = DisplayBytesConfig{delim: [" {{ ", " }} "],
                   ascii_only: true,
                   min_str_len: 6,
                   print_terms: true,
                   invert_delims: false,
                   byte_format: FormatBase64,}

Prints byte sections as Base-64 wrapped in {{ }}. Prints only ASCII sequences.

Provided as a static so it may be used by-reference.