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
1,793 downloads per month
Used in 5 crates
(2 directly)
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