4 releases (2 breaking)
0.3.2 | Oct 21, 2020 |
---|---|
0.3.1 | Jan 15, 2020 |
0.2.0 | Nov 13, 2019 |
0.1.1 |
|
0.1.0 | Aug 3, 2018 |
#596 in Encoding
7,998 downloads per month
Used in 11 crates
(4 directly)
9KB
158 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
~28KB