File tree Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Expand file tree Collapse file tree 2 files changed +10
-17
lines changed Original file line number Diff line number Diff line change @@ -36,23 +36,6 @@ This crate's features are described in [`src/lib.rs`].
36
36
37
37
[ `src/lib.rs` ] : src/lib.rs
38
38
39
- ## User Documentation
40
-
41
- <!-- KEEP IN SYNC WITH MAIN README -->
42
-
43
- For a quick start, please check out [ the UEFI application template] ( template ) .
44
-
45
- The [ uefi-rs book] contains a tutorial, how-tos, and overviews of some important
46
- UEFI concepts. Reference documentation for the various crates can be found on
47
- [ docs.rs] :
48
-
49
- - [ docs.rs/uefi] ( https://docs.rs/uefi )
50
- - [ docs.rs/uefi-macros] ( https://docs.rs/uefi-macros )
51
- - [ docs.rs/uefi-raw] ( https://docs.rs/uefi-raw )
52
-
53
- [ spec ] : http://www.uefi.org/specifications
54
- [ uefi-rs book ] : https://rust-osdev.github.io/uefi-rs/HEAD
55
-
56
39
## MSRV
57
40
58
41
The minimum supported Rust version is currently 1.70.
Original file line number Diff line number Diff line change 50
50
//! UEFI support, such as `i686`, `x86_64`, and `aarch64`. Please note that we
51
51
//! can't test all possible hardware/firmware/platform combinations in CI.
52
52
//!
53
+ //! # API/User Documentation, Documentation Structure, and other Resources
54
+ //!
55
+ //! For a TL;DR quick start with an example on how to create your own EFI
56
+ //! application, please check out [the UEFI application template][template]. The
57
+ //! [Rust UEFI Book] is a more beginner-friendly tutorial with How-Tos, and
58
+ //! overviews of some important UEFI concepts and the abstractions provided by
59
+ //! this library.
60
+ //!
61
+ //! For more details of UEFI itself, see the latest [UEFI Specification][spec].
62
+ //!
53
63
//! # Crate organisation
54
64
//!
55
65
//! The top-level module contains some of the most used types and macros,
You can’t perform that action at this time.
0 commit comments