# widestring
[](https://crates.io/crates/widestring/) [](https://docs.rs/widestring/) [](https://ci.appveyor.com/project/starkat99/widestring-rs) [](https://travis-ci.org/starkat99/widestring-rs)
A wide string Rust FFI library for converting to and from Wide "Unicode" (UTF-16) strings, such as
those often used in Windows API.
## Documentation
- [Crate API Reference](https://docs.rs/widestring/)
- [Latest Changes](CHANGELOG.md)
## License
This library is distributed under the terms of either of:
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
[http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
* Apache License, Version 2.0 ([LICENSE-APACHE](LICENSE-APACHE) or
[http://www.apache.org/licenses/LICENSE-2.0](http://www.apache.org/licenses/LICENSE-2.0))x
at your option.
### Contributing
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the
work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any
additional terms or conditions.