rust-osdev / ucs2-rs

UCS-2 conversion utilities for Rust.
Mozilla Public License 2.0
6 stars 5 forks source link

Add `ucs2_cstr!` macro #21

Closed nicholasbishop closed 5 months ago

nicholasbishop commented 5 months ago

This allows UCS-2 strings to be easily created at compile time. This is not a proc macro, so there are no additional dependencies needed.