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

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

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