widestring 0.2.0

A wide string FFI library for converting to and from Windows Wide "Unicode" (UTF-16) strings.
Documentation
<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