Windy-macros
Macros for Windy.
Features
Converts UTF-8 &str to:
WStringusingwstring!orwstring_lossy!.AStringusingastring!orastring_lossy!.&WStrusingwstr!orwstr_lossy!.&AStrusingastr!orastr_lossy!.[u8]usingaarr!oraarr_lossy!.[u16]usingwarr!orwarr_lossy!.
at compile time.
Installation
Add the following lines to your Cargo.toml:
[]
= "0.1.2"
= "0.1.0"
All windy versions are compatible.
Example
use WString;
use wstring;
License
This software is released under the MIT or Apache-2.0 License, see LICENSE-MIT or LICENSE-APACHE.