v0.5.0
Note: this is supposed to be essentially a 1.0 release candidate. If there are no problems with this release, it will be released as 1.0 after some time.
- Breaking Bump MSRC from 1.54 to 1.56
- Breaking: Remove
proc-macro2from default features - Breaking: Make
StringLit<String>::into_valuereturnStringinstead ofCow<'static, str>.
MakeByteStringLit<String>::into_valuereturnVec<u8>instead ofCow<'static, [u8]>. - Add support for C string literals
- Limit number of
#as delimiter of raw string literals to 256 (to align with spec) - Fix license in
Cargo.tomlto use proper SPDX format (in #19, thanks @atouchet) - Fix error span for
InvalidStartOfUnicodeEscapeerrors