11 releases (breaking)
0.9.0 | Oct 24, 2024 |
---|---|
0.7.0 | Aug 20, 2024 |
0.6.0 | Jul 3, 2024 |
0.5.1 | Mar 17, 2024 |
0.3.0 | Jun 21, 2023 |
#560 in Embedded development
24,397 downloads per month
Used in 11 crates
(3 directly)
125KB
2.5K
SLoC
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
~41K SLoC