Function nix_compat::aterm::escape::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.
pub fn escape_bytes<P: AsRef<[u8]>>(s: P) -> Vec<u8> ⓘ
Escapes a byte sequence. Does not add surrounding quotes.