[go: up one dir, main page]

widestring 1.2.1

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.
Documentation
[dev-dependencies.debugger_test]
version = "0.1"

[dev-dependencies.debugger_test_parser]
version = "0.1"

[dev-dependencies.windows-sys]
features = ["Win32_System_Diagnostics_Debug"]
version = "0.59"

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

[lib]
name = "widestring"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "encoding", "development-tools::ffi", "no-std"]
description = "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."
edition = "2021"
exclude = [".git*", ".editorconfig"]
keywords = ["wide", "string", "win32", "utf-16", "utf-32"]
license = "MIT OR Apache-2.0"
name = "widestring"
readme = "README.md"
repository = "https://github.com/VoidStarKat/widestring-rs"
rust-version = "1.58"
version = "1.2.1"

[package.metadata.docs.rs]
rustc-args = ["--cfg", "docsrs"]

[[test]]
name = "debugger_visualizer"
path = "tests/debugger_visualizer.rs"
required-features = ["debugger_visualizer"]
test = false