Registry / other / uefi
library0.37.0rscratesunverified

Safe, convenient, and performant abstractions for UEFI firmware development in Rust.

# Cargo.toml [dependencies] uefi = "0.37.0"
INSTALL
IMPORT
SIG · UEFI
U
uefi
otherrustv0.37.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

BootServices
use uefi::prelude::*;

Initialize UEFI application and access boot services.

use ufi::prelude::*; fn main() -> Status { let bs = uefi::boot::boot_services(); bs.stall(1000); Status::SUCCESS }
Debug
Known issues
gotchaRequires nightly Rust and specific target (e.g., x86_64-unknown-uefi).
fix
Use `cargo +nightly build --target x86_64-unknown-uefi`.
affects: >=0.37.0
Upgrade
Version history
0.37.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
uefi — cargo add uefi · libregistry