| Crates.io | utfx |
| lib.rs | utfx |
| version | 0.1.0 |
| created_at | 2020-06-25 16:04:01.807541+00 |
| updated_at | 2020-06-25 16:04:01.807541+00 |
| description | ... |
| homepage | |
| repository | https://github.com/bbqsrc/widestring-rs.git |
| max_upload_size | |
| id | 257922 |
| size | 147,721 |
A wide string Rust FFI library for converting to and from wide strings, such as those often used in Windows API or other FFI libaries. Both UTF-16 and UTF-32 types are provided, including support for malformed encoding.
alloc - Enabled by default. Enable use of the alloc
crate when not using the std library.
This enables the U16String, U32String, U16CString, U32CString types and alises.
std - Enabled by default. Enable features that depend on the Rust std library, including
everything in the alloc feature.
This library is distributed under the terms of either of:
at your option.
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.