Function c_string

Source
pub fn c_string<'s, E>(i: &'s [u8]) -> IResult<&[u8], &str, E>
where E: ParseError<&'s [u8]> + Debug,
Expand description

Parse a null terminated string