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 |
#168 in No standard library
33 downloads per month
220KB
4.5K
SLoC
Dyspxkrypt LibUEFI
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
- acpi
- compress
- console
- console-full
- console-gop
- console-pointer
- console-serial
- console-serial-v1p1
- debug-debug
- debug-full
- debug-port
- dev-path-full
- full
- image
- image-dev-path
- image-full
- iscsi
- media-ata
- media-block
- media-block-2
- media-block-v2
- media-block-v3
- media-crypt
- media-crypt-aes-cbc
- media-crypt-aes-xts
- media-disk
- media-disk-2
- media-erase
- media-file
- media-file-v2
- media-fs
- media-full
- media-nvdimm
- media-nvme
- media-partition
- media-ramdisk
- media-sd-mmc
- media-storesec
- media-tape
- media-ufs
- partition
- pci-full
- pci-io
- pci-rbio
- scsi-full
- scsi-io
- scsi-passthru
- usb-controller
- usb-full
- usb-function
- usb-io