nix_compat::aterm::escape

Function escape_bytes

Source
pub fn escape_bytes<P: AsRef<[u8]>>(s: P) -> Vec<u8> 
Expand description

Escapes a byte sequence. Does not add surrounding quotes.