7 releases (4 breaking)

0.5.2 Apr 19, 2024
0.5.1 Mar 17, 2024
0.5.0 Nov 12, 2023
0.4.0 Oct 10, 2023
0.1.0 May 15, 2023

#358 in Embedded development

Download history 1748/week @ 2024-01-24 1733/week @ 2024-01-31 2002/week @ 2024-02-07 2871/week @ 2024-02-14 2412/week @ 2024-02-21 2697/week @ 2024-02-28 3070/week @ 2024-03-06 3348/week @ 2024-03-13 3541/week @ 2024-03-20 3112/week @ 2024-03-27 2315/week @ 2024-04-03 2498/week @ 2024-04-10 3012/week @ 2024-04-17 2515/week @ 2024-04-24 1899/week @ 2024-05-01 2930/week @ 2024-05-08

10,795 downloads per month
Used in 7 crates (2 directly)

MPL-2.0 license

100KB
2K 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
~37K SLoC