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