Windy-macros

crates.io docs.rs

Macros for Windy.

Features

Converts UTF-8 &str to:

at compile time.

Installation

Add the following lines to your Cargo.toml:

toml [dependencies] windy = "0.1.2" windy-macros = "0.1.0"

All windy versions are compatible.

Example

```rust use windy::WString; use windy_macros::wstring;

fn main() { let x: WString = wstring!("test"); } ```

License

This software is released under the MIT or Apache-2.0 License, see LICENSE-MIT or LICENSE-APACHE.