uefi-rs/uefi-raw
2026-08-14 11:41:20 +02:00
..
src uefi-raw: align network protocol rustdoc 2026-08-14 11:41:19 +02:00
api_guidelines.md uefi-raw: Add API guidelines 2023-11-07 19:28:55 -05:00
Cargo.toml docs: align package introductions 2026-08-14 11:41:20 +02:00
CHANGELOG.md release: uefi-raw-0.15.1 and uefi-0.39.0 2026-07-11 16:09:36 -04:00
LICENSE-APACHE Add LICENSE-APACHE 2025-02-05 16:52:14 -05:00
LICENSE-MIT Add LICENSE-MIT 2025-02-05 16:52:14 -05:00
README.md docs: align package introductions 2026-08-14 11:41:20 +02:00

uefi-raw

Crates.io Docs.rs

This crate provides raw UEFI types and bindings that closely match the definitions in the UEFI Specification. It is intended for implementing UEFI services and building high-level wrappers. For UEFI applications and drivers, prefer the safe abstractions in uefi.