widestring 0.4.3

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
[badges.appveyor]
repository = "starkat99/widestring-rs"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "starkat99/widestring-rs"
[dev-dependencies.winapi]
features = ["winbase"]
version = "0.3"

[features]
alloc = []
default = ["std"]
std = ["alloc"]

[package]
authors = ["Kathryn Long <squeeself@gmail.com>"]
categories = ["text-processing", "encoding"]
description = "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."
keywords = ["wide", "string", "win32", "utf-16", "utf-32"]
license = "MIT/Apache-2.0"
name = "widestring"
readme = "README.md"
repository = "https://github.com/starkat99/widestring-rs.git"
version = "0.4.3"