Lokathor / utf16_lit

Lets you make utf16 literals in rust.
https://docs.rs/utf16_lit/
zlib License
10 stars 5 forks source link

Support raw string #4

Closed roblabla closed 4 years ago

roblabla commented 4 years ago

It'd be nice for the crate to support raw strings, e.g. utf16_null!(r"\Test\Hello");, avoiding the need to escape the backslashes.