Skip to content

Nightly 2021-05-13

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 13 May 00:02
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`).