Skip to main content

unquote_c

Function unquote_c 

Source
pub fn unquote_c(s: &[u8]) -> Option<(Vec<u8>, &[u8])>
Expand description

Decode one git C-quoted string starting at s[0] == '"'. Returns the decoded bytes and the remainder after the closing quote.