pyrs
pyrs copied to clipboard
Escaped characters within strings are translated to literal characters
It looks like pyrs does not handle strings like new_lines = '\r\n' or "\"
Very well, it seems to interpret them into the escaped character, which rust doesn't appreciate as it also expects them to be escaped.