Function nix_compat::aterm::parser::parse_bytes_field
source ยท pub(crate) fn parse_bytes_field(i: &[u8]) -> IResult<&[u8], BString>
Expand description
Parse a field in double quotes, undo any escaping, and return the unquoted
and decoded Vec<u8>
.