licenses.dev

widestring v0.2.2

A wide string Rust library for converting to and from wide strings, such as those often used in Windows API or other FFI libaries. Both `u16` and `u32` string types are provided, including support for UTF-16 and UTF-32, malformed encoding, C-style strings, etc.

Published on

Licenses

Learn more about license information.

Package Licenses

Apache-2.0 OR MIT

Dependency Licenses

MIT3
PackageRelationDependenciesPublished
kernel32-sys • 0.2.2Contains function definitions for the Windows API library kernel32. See winapi for types and constants.DIRECT2
winapi-build • 0.1.1Common code for build.rs in WinAPI -sys crates.INDIRECT0
winapi • 0.2.8Raw FFI bindings for all of Windows API.DIRECT0
Last updated on

Copy the licenses badge code for the latest version:

[![licenses](https://licenses.dev/b/cargo/widestring)](https://licenses.dev/cargo/widestring)
<a href="https://licenses.dev/cargo/widestring">
  <img src="https://licenses.dev/b/cargo/widestring" alt="licenses" />
</a>

Or the licenses badge code for the 0.2.2 version:

[![licenses](https://licenses.dev/b/cargo/widestring/0.2.2)](https://licenses.dev/cargo/widestring/0.2.2)
<a href="https://licenses.dev/cargo/widestring/0.2.2">
  <img src="https://licenses.dev/b/cargo/widestring/0.2.2" alt="licenses" />
</a>
GitHub