13 releases (breaking)
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 |
#566 in Embedded development
30,217 downloads per month
Used in 18 crates
(5 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
~125KB