pub fn unescape(s: &str) -> String
Reverse fish’s two-rule escaping: \\ → \, \n → newline. No other escape exists, so a lone backslash before any other char is kept verbatim.
\\
\
\n