Skip to main content

read_as_strings

Function read_as_strings 

Source
pub fn read_as_strings(
    raw: &[u8],
    datatype: &Datatype,
) -> Result<Vec<String>, FormatError>
Expand description

Read fixed-length strings from raw bytes.