widestring 0.4.2

A wide string FFI library for converting to and from wide strings, such as those often used in Windows API or other FFI libraries. Both UTF-16 and UTF-32 types are provided.
Documentation
os:
  - linux
  - windows
sudo: false
language: rust
rust:
- stable
- 1.34.2
- beta
- nightly
matrix:
  include:
    - rust: stable
      env: CARGOFLAGS="--no-default-features"
    - rust: stable
      env: CARGOFLAGS="--no-default-features --features alloc"

script:
- cargo test --verbose $CARGOFLAGS