[go: up one dir, main page]

widestring 0.3.0

A wide string FFI library for converting to and from Wide "Unicode" (UTF-16) strings, such as those often used in Windows API.
Documentation
1
2
3
4
5
6
7
8
9
sudo: false
language: rust
rust:
- stable
- 1.17.0
- beta
- nightly
script:
- cargo test --verbose