7 releases (4 breaking)

new 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

#361 in Embedded development

Download history 641/week @ 2024-01-01 756/week @ 2024-01-08 1121/week @ 2024-01-15 1747/week @ 2024-01-22 1720/week @ 2024-01-29 1965/week @ 2024-02-05 2518/week @ 2024-02-12 2609/week @ 2024-02-19 2465/week @ 2024-02-26 3036/week @ 2024-03-04 3202/week @ 2024-03-11 3504/week @ 2024-03-18 2830/week @ 2024-03-25 2998/week @ 2024-04-01 2229/week @ 2024-04-08 3098/week @ 2024-04-15

11,343 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
~38K SLoC