ucs2

Crates.ioucs2
lib.rsucs2
version0.3.3
sourcesrc
created_at2018-08-03 09:03:45.841036
updated_at2024-04-06 19:59:48.679201
descriptionUCS-2 decoding and encoding functions
homepage
repositoryhttps://github.com/rust-osdev/ucs2-rs
max_upload_size
id77308
size33,532
Philipp Schuster (phip1611)

documentation

README

ucs2-rs

UCS2 crate on crates.io UCS2 docs on docs.rs Licensed under MPL-2.0

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.

Commit count: 34

cargo fmt