widestring 0.4.0

A wide string FFI library for converting to and from wide strings, such as those often used in Windows API or other FFI libaries. Both UTF-16 and UTF-32 types are provided.
Documentation
sudo: false
language: rust
rust:
- stable
- 1.26.0
- beta
- nightly
script:
- cargo test --verbose