We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fe58e commit 788fb20Copy full SHA for 788fb20
uefi/src/lib.rs
@@ -12,6 +12,13 @@
12
//! Feel free to file bug reports and questions in our [issue tracker], and [PR
13
//! contributions][contributing] are also welcome!
14
//!
15
+//! # About this Document
16
+//!
17
+//! In this document, you find general information about this crate, such
18
+//! as examples and the technical documentation of the public API, as well
19
+//! as general information about the project, such as license or MSRV
20
+//! requirements.
21
22
//! # Interaction with uefi services
23
24
//! With this crate you can write code for the pre- and post-exit boot services
0 commit comments