wchar 0.1.1

A procedural macro for compile time UTF-16 strings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# wchar-rs   [![Travis build status]][travis] [![Appveyor build status]][appveyor] [![Latest Version]][crates.io] [![API docs]][docs.rs]

[Travis build status]: https://travis-ci.com/Juici/wchar-rs.svg?branch=master
[travis]: https://travis-ci.com/Juici/wchar-rs

[Appveyor build status]: https://ci.appveyor.com/api/projects/status/github/Juici/wchar-rs?svg=true&branch=master
[appveyor]: https://ci.appveyor.com/project/Juici/wchar-rs

[Latest Version]: https://img.shields.io/crates/v/wchar.svg
[crates.io]: https://crates.io/crates/wchar

[API docs]: https://docs.rs/wchar/badge.svg
[docs.rs]: https://docs.rs/wchar

**A procedural macro for compile time UTF-16 strings.**

This crate introduces a macro to create UTF-16 wide strings at compiler time,
like the `L` literal in C.