13 releases (breaking)
new 0.11.0 | May 4, 2025 |
---|---|
0.10.0 | Feb 7, 2025 |
0.9.0 | Oct 24, 2024 |
0.6.0 | Jul 3, 2024 |
0.3.0 | Jun 21, 2023 |
#476 in Embedded development
44,751 downloads per month
Used in 15 crates
(4 directly)
225KB
5K
SLoC
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
.
uefi-raw
This crate contains raw UEFI types that closely match the definitions in the UEFI Specification.
Dependencies
~135KB