Closed roblabla closed 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.
utf16_null!(r"\Test\Hello");
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.