#uefi #efi #firmware #specification #low-level #interface #bindings

nightly no-std dyspxkrypt-libuefi

Raw bindings of UEFI that conforms to the definitions of the UEFI Specification

20 releases (5 breaking)

0.6.3 Apr 2, 2024
0.6.2 Apr 2, 2024
0.5.0 Mar 31, 2024
0.4.1 Feb 12, 2024
0.1.0 Dec 27, 2023

#51 in No standard library

Download history 16/week @ 2023-12-25 5/week @ 2024-01-08 7/week @ 2024-01-15 3/week @ 2024-02-05 43/week @ 2024-02-12 5/week @ 2024-02-19 62/week @ 2024-02-26 4/week @ 2024-03-11 97/week @ 2024-03-25 800/week @ 2024-04-01

901 downloads per month

GPL-3.0-only

220KB
4.5K SLoC

Dyspxkrypt LibUEFI

Crates.io Version docs.rs GitHub Repo stars GitHub License

Introduction

Unified Extensible Firmware Interface (UEFI) is the successor to Basic Input Output System (BIOS), the specification that defines the architecture of the platform firmware used for booting computing hardware and its interface for interactions with the operating system.

This crate aims to provide an API that is as low-level as possible and as accurate as possible with accordance to the UEFI specification. An absolute minimal amount of wrappers around the types will be provided when deemed necessary.

The objective is to provide a bare-metal API empowering developers to have fine control over every aspect of whatever application they implement leveraging this library, including what to include from this library as well.

Minimum Supported Rust Version

It is recommended to use the latest Nightly toolchain for this library as it requires several Nightly-only features that are essential.

License

The code in this repository is licensed under Version 3 of the GNU General Public License.

The full text of the license is available in the COPYING file.

No runtime deps

Features