Skip to content

Commit 788fb20

Browse files
committed
doc: add "About this Document"
This prepares what the following commits will provide.
1 parent f2fe58e commit 788fb20

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

uefi/src/lib.rs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,13 @@
1212
//! Feel free to file bug reports and questions in our [issue tracker], and [PR
1313
//! contributions][contributing] are also welcome!
1414
//!
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+
//!
1522
//! # Interaction with uefi services
1623
//!
1724
//! With this crate you can write code for the pre- and post-exit boot services

0 commit comments

Comments
 (0)