https://github.com/rust-osdev/ucs2-rs
UCS-2 conversion utilities for Rust.
https://github.com/rust-osdev/ucs2-rs
rust ucs2
Last synced: 6 months ago
JSON representation
UCS-2 conversion utilities for Rust.
- Host: GitHub
- URL: https://github.com/rust-osdev/ucs2-rs
- Owner: rust-osdev
- License: mpl-2.0
- Created: 2018-08-03T08:31:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-30T16:33:46.000Z (over 1 year ago)
- Last Synced: 2025-06-11T20:54:57.034Z (8 months ago)
- Topics: rust, ucs2
- Language: Rust
- Size: 49.8 KB
- Stars: 6
- Watchers: 4
- Forks: 5
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# ucs2-rs
[](https://crates.io/crates/ucs2)
[](https://docs.rs/ucs2)

UCS-2 handling for Rust.
Note that UCS-2 is the predecessor of [UTF-16](https://en.wikipedia.org/wiki/UTF-16).
It is a **fixed-length** encoding, and it is used for things like [UEFI](http://www.uefi.org/).
## History
This crate arose out of the needs of the [`uefi-rs`](https://github.com/GabrielMajeri/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](https://github.com/FredrikAleksander).
## License
Licensed under the Mozilla Public License 2.0. See the [LICENSE](LICENSE) file for the full text.