commit | 20b5313a4a70eacc3bb819471fd4f2192bc77b7d | [log] [tgz] |
---|---|---|
author | James Farrell <[email protected]> | Tue Dec 03 20:38:28 2024 +0000 |
committer | Automerger Merge Worker <[email protected]> | Tue Dec 03 20:38:28 2024 +0000 |
tree | 0b902b23f3cf454f0be2110b00c28ae205b3598a | |
parent | 6c2fabe336ceb5c442930a7e969f1f67b16fa360 [diff] | |
parent | e127de41bcbef3b56507b00ece4c113734edde15 [diff] |
Migrate 9 newly imported crates to monorepo am: 65fcce4f0b am: e127de41bc Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/ucs2/+/3390000 Change-Id: Iac11a9f77f5d0884a10b97acb36c697a2457312f 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.