wchar 0.11.1

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

const OVERFLOW_U16: u16 = wch!(u16, '💖');
const OVERFLOW_I16: i16 = wch!(i16, '💖');

fn main() {}