u16cstr
A macro for creating c-style u16 wide strings at compile time.
Example
use ;
use ;
// c-style terminated wide string
const wide_c_string: &U16CStr = u16cstr!;
assert_eq!;
// non-terminated wide string
const wide_string: &U16Str = u16str!;
assert_eq!;
License
Licensed under MIT license (LICENSE or http://opensource.org/licenses/MIT)