Crates.io | r-efi-string |
lib.rs | r-efi-string |
version | 0.1.0 |
source | src |
created_at | 2019-04-16 07:01:11.548311 |
updated_at | 2019-04-16 07:01:11.548311 |
description | UEFI String Types and Converters |
homepage | https://r-util.github.com/r-efi |
repository | https://github.com/r-util/r-efi-string |
max_upload_size | |
id | 128326 |
size | 21,007 |
UEFI String Types and Converters
The r-efi-string project implements string types according to the Unicode strings described in the UEFI specification, as well as converters to/from common rust types. The UEFI specification defines several different string types. The most common one is UCS-2 based, but neither follows a strict UCS-2 nor UTF-16 standard. Furthermore, it defines a UTF-8 based string as well as an ISO-8859-1 based string.
The requirements for this project are:
rustc >= 1.36.0
To build this project, run:
cargo build
https://github.com/r-util/r-efi-string.git
git@github.com:r-util/r-efi-string.git