pub fn decode_str(bars: &[Bar]) -> Result<String, DecodingError>Expand description
Decode the bars and interpret the data as Latin 1.
The control characters of ASCII, 0x00 to 0x19, are also decoded.
pub fn decode_str(bars: &[Bar]) -> Result<String, DecodingError>Decode the bars and interpret the data as Latin 1.
The control characters of ASCII, 0x00 to 0x19, are also decoded.