commit | 056b3efe725e9ddb6772717eff345668f2234f18 | [log] [tgz] |
---|---|---|
author | Nikolina Ilic <[email protected]> | Tue Nov 19 12:31:49 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Nov 19 12:31:49 2024 +0000 |
tree | 7588a0603c9f6962e9093fa8fdffcf898378a7c9 | |
parent | 6b7880317687e667f969eaa79c986e6652a1bf66 [diff] | |
parent | 5c85611486379691f6597afa2e54d061482a0551 [diff] |
ucs2: Add no_std variant am: 5c85611486 Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/ucs2/+/3361546 Change-Id: I820630d2fe36caa91852571bd77660581891bf7e Signed-off-by: Automerger Merge Worker <[email protected]>
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.
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.
Licensed under the Mozilla Public License 2.0. See the LICENSE file for the full text.