We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9271c9b commit f094ccfCopy full SHA for f094ccf
uefi/src/lib.rs
@@ -7,6 +7,17 @@
7
//! important UEFI concepts. For more details of UEFI, see the latest [UEFI
8
//! Specification][spec].
9
//!
10
+//! # Minimal Example
11
+//!
12
+//! Minimal example for an UEFI application using functionality of the
13
+//! `uefi` crate:
14
15
+//! ```ignore
16
+#![doc = include_str!("../../template/src/main.rs")]
17
+//! ```
18
19
+//! Please find more info in our [Rust UEFI Book].
20
21
//! # Value-add and Use Cases
22
23
//! `uefi` supports writing code for both pre- and post-exit boot services
0 commit comments