1 2 3 4 5
use wchar::{include_wch, wchar_t}; const DIR: &[wchar_t] = include_wch!("../data"); fn main() {}