[][src]Function swf_parser::streaming::basic_data_types::parse_c_string

pub fn parse_c_string(input: &[u8]) -> NomResult<&[u8], String>

Parse a null-terminated sequence of bytes. The nul-byte is consumed but not included in the result.