nix_compat::aterm::parser

Function 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).