r-efi-string

Crates.ior-efi-string
lib.rsr-efi-string
version0.1.0
sourcesrc
created_at2019-04-16 07:01:11.548311
updated_at2019-04-16 07:01:11.548311
descriptionUEFI String Types and Converters
homepagehttps://r-util.github.com/r-efi
repositoryhttps://github.com/r-util/r-efi-string
max_upload_size
id128326
size21,007
David Rheinsberg (dvdhrm)

documentation

README

r-efi-string

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.

Project

Requirements

The requirements for this project are:

  • rustc >= 1.36.0

Build

To build this project, run:

cargo build

Repository:

License:

  • Apache-2.0 OR LGPL-2.1-or-later
  • See AUTHORS file for details.
Commit count: 11

cargo fmt