Skip to content

Commit 5002584

Browse files
committed
doc: add "About" section
The About section is a more comprehensive write-up of the TL;DR section mentioned earlier. It should guide the user to know what they can do with this lib.
1 parent c6f4859 commit 5002584

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

uefi/src/lib.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
//! important UEFI concepts. For more details of UEFI, see the latest [UEFI
88
//! Specification][spec].
99
//!
10-
//! Feel free to file bug reports and questions in our [issue tracker], and [PR
11-
//! contributions][contributing] are also welcome!
12-
//!
1310
//! # About `uefi`
1411
//!
1512
//! With `uefi`, you have the flexibility to integrate selected types and
@@ -23,7 +20,7 @@
2320
//! _Note that for producing EFI images, you also need to use a corresponding
2421
//! `uefi` compiler target of Rust, such as `x86_64-unknown-uefi`._
2522
//!
26-
//! ## Example Use Cases
23+
//! # Interaction with uefi services
2724
//!
2825
//! With this crate you can write code for the pre- and post-exit boot services
2926
//! epochs. However, the `uefi` crate unfolds its true potential when crafting

0 commit comments

Comments
 (0)