Function nix_compat::aterm::parser::parse_escaped_bytes

source ·
fn parse_escaped_bytes(i: &[u8]) -> IResult<&[u8], BString>
Expand description

Parse a bstr and undo any escaping (which is why this needs to allocate).