mirror of
https://github.com/rust-osdev/uefi-rs
synced 2026-08-26 18:26:05 -04:00
| .. | ||
| src | ||
| api_guidelines.md | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| LICENSE-APACHE | ||
| LICENSE-MIT | ||
| README.md | ||
uefi-raw
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.