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 MISSING_FILE: &[wchar_t] = include_wch!("missing_file");

fn main() {}