dyspxkrypt-libuefi

Crates.iodyspxkrypt-libuefi
lib.rsdyspxkrypt-libuefi
version0.6.3
sourcesrc
created_at2023-12-25 10:40:15.594282
updated_at2024-04-02 13:20:33.061972
descriptionRaw bindings of UEFI that conforms to the definitions of the UEFI Specification.
homepage
repositoryhttps://github.com/dyspxkrypt-os/dyspxkrypt-libuefi/
max_upload_size
id1080172
size257,446
HTGAzureX1212. (HTGAzureX1212)

documentation

https://docs.rs/dyspxkrypt-libuefi

README

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.

Commit count: 271

cargo fmt