r-efi-string 0.1.0

UEFI String Types and Converters
Documentation
  • Coverage
  • 100%
    15 out of 15 items documented0 out of 11 items with examples
  • Size
  • Source code size: 20.63 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.77 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • r-efi/r-efi-string
    1 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • dvdhrm

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.