3 releases (breaking)

0.3.0 Jun 21, 2023
0.2.0 Jun 1, 2023
0.1.0 May 15, 2023

#433 in Embedded development

Download history 342/week @ 2023-06-02 368/week @ 2023-06-09 620/week @ 2023-06-16 353/week @ 2023-06-23 253/week @ 2023-06-30 267/week @ 2023-07-07 304/week @ 2023-07-14 319/week @ 2023-07-21 244/week @ 2023-07-28 518/week @ 2023-08-04 382/week @ 2023-08-11 366/week @ 2023-08-18 738/week @ 2023-08-25 372/week @ 2023-09-01 339/week @ 2023-09-08 299/week @ 2023-09-15

1,793 downloads per month
Used in 5 crates (2 directly)

MPL-2.0 license

55KB
899 lines

uefi-raw

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
~33K SLoC