5 unstable releases
0.3.3 | Apr 6, 2024 |
---|---|
0.3.2 | Oct 21, 2020 |
0.3.1 | Jan 15, 2020 |
0.2.0 | Nov 13, 2019 |
0.1.0 | Aug 3, 2018 |
#197 in Encoding
43,515 downloads per month
Used in 14 crates
(5 directly)
13KB
223 lines
ucs2-rs
UCS-2 handling for Rust.
Note that UCS-2 is the predecessor of UTF-16. It is a fixed-length encoding, and it is used for things like UEFI.
History
This crate arose out of the needs of the uefi-rs
crate.
The code was extracted and placed here for easier maintenance and easier reuse.
Most of the initial code has been contributed by FredrikAleksander.
License
Licensed under the Mozilla Public License 2.0. See the LICENSE file for the full text.
lib.rs
:
Utility functions for the UCS-2 character encoding.
Dependencies
~29KB