We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5002584 commit 166f1b0Copy full SHA for 166f1b0
uefi/src/lib.rs
@@ -20,7 +20,7 @@
20
//! _Note that for producing EFI images, you also need to use a corresponding
21
//! `uefi` compiler target of Rust, such as `x86_64-unknown-uefi`._
22
//!
23
-//! # Interaction with uefi services
+//! ## Example Use Cases
24
25
//! With this crate you can write code for the pre- and post-exit boot services
26
//! epochs. However, the `uefi` crate unfolds its true potential when crafting
0 commit comments