pub fn format_bytes(input: &[u8], config: &FormatConfig) -> Result<Vec<u8>>Expand description
Format raw bytes. Invalid UTF-8 is a hard error (InvalidUtf8Error).
pub fn format_bytes(input: &[u8], config: &FormatConfig) -> Result<Vec<u8>>Format raw bytes. Invalid UTF-8 is a hard error (InvalidUtf8Error).