wchar 0.11.1

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

const DIR: &[wchar_t] = include_wch!("../data");

fn main() {}