widestring 0.2.1

A wide string FFI library for converting to and from Windows Wide "Unicode" (UTF-16) strings.
Documentation
<a name="v0.2.1"></a>
### v0.2.1 (2016-08-12)


#### Features

* **WideCString:**  implement into_raw/from_raw ([651f3fe5]https://github.com/starkat99/widestring-rs/commit/651f3fe59a0d3754d3458322a6b7fe6fb0ec0dc9, closes [#2]https://github.com/starkat99/widestring-rs/issues/2)



<a name="v0.2.0"></a>
## v0.2.0 (2016-05-31)



#### Features


*   add methods & traits to bring to parity with Rust 1.9 string APIs ([7bc687f8]https://github.com/starkat99/widestring-rs/commit/7bc687f8d4ddbeefe626155b10564da950f50eea)
*   add `Default` trait to wide strings ([976fdf38]https://github.com/starkat99/widestring-rs/commit/976fdf38714bfe7109d101dac68eeb93a6f7df8a)
*   add traits for conversion of strings to `Cow` ([0209aeb3]https://github.com/starkat99/widestring-rs/commit/0209aeb3d9611be48c9f7e5900810e4ae1a91bdc)



<a name="v0.1.0"></a>
### v0.1.0 (2016-02-06)


*   Initial Release