wchar 0.11.1

Procedural macros for compile time UTF-16 and UTF-32 wide strings.
Documentation
1
2
3
4
use wchar::wchar_t;

// Assert our wchar_t matches with the libc wchar_t.
const _: fn(wchar_t) -> libc::wchar_t = |x| x;