utf16_lit 2.0.0

Proc-macro to make utf-16 literals.
Documentation

License:Zlib min-rust crates.io docs.rs

utf16_lit

Lets you change a standard Rust string literal (utf8) into a utf16 value at compile time.

This crate does not use syn or quote, so it actually builds fast.