Nightly 2021-05-13
Pre-release
Pre-release
swf: SwfStr: reimplement `Debug` with `std::ascii::escape_default` The string will now be surrounded with quotes (`"`), non-ASCII characters (UTF-8 or not) will be escaped in hexadecimal form (`\xNN`) and ASCII control characters will be escaped (`\x01`, `\n`, `\t`).