[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
10
11
12
13
14
15
16
17
18
[package]
name = "widestring"
version = "0.3.0"
authors = ["Kathryn Long <squeeself@gmail.com>"]
description = "A wide string FFI library for converting to and from Wide \"Unicode\" (UTF-16) strings, such as those often used in Windows API."
repository = "https://github.com/starkat99/widestring-rs.git"
readme = "README.md"
keywords = ["windows", "wide", "string", "win32", "utf16"]
categories = ["text-processing", "encoding"]
license = "MIT/Apache-2.0"

[badges]
appveyor = { repository = "starkat99/widestring-rs" }
travis-ci = { repository = "starkat99/widestring-rs" }
maintenance = { status = "passively-maintained" }

[dev-dependencies]
winapi = { version = "0.3", features = ["winbase"] }