No description
  • Rust 99.7%
  • Python 0.3%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
Daniel Baumann c0e96cb207
Releasing fastforward version 1.2.1-1~ffwd13+u1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2026-07-20 12:20:19 +02:00
.reuse Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
debian Releasing fastforward version 1.2.1-1~ffwd13+u1. 2026-07-20 12:20:19 +02:00
debug_metadata Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
gdb Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
src Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
tests Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
.cargo_vcs_info.json Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
Cargo.lock Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
Cargo.toml Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
Cargo.toml.orig Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
CHANGELOG.md Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
LICENSE-APACHE Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
LICENSE-MIT Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
Makefile.toml Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00
README.md Adding upstream version 1.2.1. 2026-07-20 12:20:10 +02:00

widestring

crates.io Documentation License Build status

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.

Macros for converting string literals to UTF-16 and UTF-32 strings at compile time are also included.

Requires Rust 1.58 or greater. If you need support for older versions of Rust, use 0.x versions of this crate.

Documentation

Optional Features

  • alloc - Enabled by default. Enable use of the alloc crate when not using the std library.

    This enables the owned string types and aliases.

  • std - Enabled by default. Enable features that depend on the Rust std library, including everything in the alloc feature.

  • debugger_visualizer Add debugger visualizer data for crate types. Requires Rust 1.71 or newer

License

All files in this library are dual-licensed and distributed under the terms of either of:

at your option.

Contributing

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.