null_encode_str

Function null_encode_str 

Source
pub fn null_encode_str(s: &str) -> Vec<u8> 
Expand description

Encode a string, escaping null bytes, backslashes, separators (|), and equals (=).

  • \0\0
  • \\\
  • |\s
  • =\e