Crate r_efi_string

Source
Expand description

UEFI String Types and Converters

This projects implements string types for the different string encodings used on UEFI systems. While the types are rather specific to UEFI, this project does not depend on any UEFI headers or protocols, but is a stand-alone implementation.

See the different modules for the types provided:

  • [str16]: UCS-2 based strings, which use a u16 based encoding.

Modulesยง

  • UEFI Char16 based String Types and Converters