Static display_bytes::BASE64_UTF8 [] [src]

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

Prints byte sections as Base-64 wrapped in {{ }}. Prints all valid UTF-8 strings.

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