#uefi #efi #api-bindings #driver

no-std uefi-raw

Raw UEFI types and bindings for protocols, boot, and runtime services. This can serve as base for an UEFI firmware implementation or a high-level wrapper to access UEFI functionality from an UEFI image.

11 releases (breaking)

0.9.0 Oct 24, 2024
0.7.0 Aug 20, 2024
0.6.0 Jul 3, 2024
0.5.1 Mar 17, 2024
0.3.0 Jun 21, 2023

#560 in Embedded development

Download history 2562/week @ 2024-07-29 2180/week @ 2024-08-05 2968/week @ 2024-08-12 3278/week @ 2024-08-19 3910/week @ 2024-08-26 3168/week @ 2024-09-02 3746/week @ 2024-09-09 4437/week @ 2024-09-16 7010/week @ 2024-09-23 6052/week @ 2024-09-30 3838/week @ 2024-10-07 5692/week @ 2024-10-14 5373/week @ 2024-10-21 6611/week @ 2024-10-28 5810/week @ 2024-11-04 6216/week @ 2024-11-11

24,397 downloads per month
Used in 11 crates (3 directly)

MPL-2.0 license

125KB
2.5K SLoC

uefi-raw

Crates.io Docs.rs

This crate contains raw UEFI types that closely match the definitions in the UEFI Specification.


lib.rs:

Raw interface for working with UEFI.

This crate is intended for implementing UEFI services. It is also used for implementing the uefi crate, which provides a safe wrapper around UEFI.

For creating UEFI applications and drivers, consider using the uefi crate instead of uefi-raw.

Dependencies

~1.5MB
~41K SLoC