byte-strings-rs
byte-strings-rs copied to clipboard
Wide string support
Hi, I love the ergonomics of this library. So I was wondering if it would be possible to add wide-string support (perhaps under a feature) for use in Windows. Perhaps wc! and wc_str! macros with as_ptr() returning *const u16?
Good idea!