File tree 2 files changed +14
-17
lines changed
2 files changed +14
-17
lines changed Original file line number Diff line number Diff line change @@ -34,23 +34,6 @@ This crate's features are described in [`src/lib.rs`].
34
34
35
35
[ `src/lib.rs` ] : src/lib.rs
36
36
37
- ## User Documentation
38
-
39
- <!-- KEEP IN SYNC WITH MAIN README -->
40
-
41
- For a quick start, please check out [ the UEFI application template] ( template ) .
42
-
43
- The [ uefi-rs book] contains a tutorial, how-tos, and overviews of some important
44
- UEFI concepts. Reference documentation for the various crates can be found on
45
- [ docs.rs] :
46
-
47
- - [ docs.rs/uefi] ( https://docs.rs/uefi )
48
- - [ docs.rs/uefi-macros] ( https://docs.rs/uefi-macros )
49
- - [ docs.rs/uefi-raw] ( https://docs.rs/uefi-raw )
50
-
51
- [ spec ] : http://www.uefi.org/specifications
52
- [ uefi-rs book ] : https://rust-osdev.github.io/uefi-rs/HEAD
53
-
54
37
## MSRV
55
38
56
39
The minimum supported Rust version is currently 1.70.
Original file line number Diff line number Diff line change 42
42
//! UEFI support, such as `i686`, `x86_64`, and `aarch64`. Please note that we
43
43
//! can't test all possible hardware/firmware/platform combinations in CI.
44
44
//!
45
+ //! # API/User Documentation, Documentation Structure, and other Resources
46
+ //!
47
+ //! Down below, you find typical technical documentation of all types, modules,
48
+ //! and functions exported by `uefi`.
49
+ //!
50
+ //! For a TL;DR quick start with an example on how to create your own EFI
51
+ //! application, please check out [the UEFI application template][template]. The
52
+ //! [Rust UEFI Book] is a more beginner-friendly tutorial with How-Tos, and
53
+ //! overviews of some important UEFI concepts and the abstractions provided by
54
+ //! this library.
55
+ //!
56
+ //! For more details of UEFI itself, see the latest [UEFI Specification][spec].
57
+ //!
45
58
//! # Crate organisation
46
59
//!
47
60
//! The top-level module contains some of the most used types and macros,
168
181
//! [contributing]: https://github.com/rust-osdev/uefi-rs/blob/main/CONTRIBUTING.md
169
182
//! [issue tracker]: https://github.com/rust-osdev/uefi-rs/issues
170
183
//! [spec]: https://uefi.org/specifications
184
+ //! [template]: https://github.com/rust-osdev/uefi-rs/tree/main/template
171
185
//! [unstable features]: https://doc.rust-lang.org/unstable-book/
172
186
//! [uefirc]: https://github.com/codyd51/uefirc
173
187
//! [rustc-uefi-std]: https://doc.rust-lang.org/nightly/rustc/platform-support/unknown-uefi.html
You can’t perform that action at this time.
0 commit comments