File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -53,13 +53,18 @@ This project contains multiple sub-crates:
53
53
54
54
## Documentation
55
55
56
- The docs for the latest published crate version can be found at
57
- [ docs.rs/uefi/ ] ( https://docs.rs/uefi/ )
56
+ The [ uefi-rs book ] contains a tutorial, how-tos, and overviews of some
57
+ important UEFI concepts.
58
58
59
- This crate's documentation is fairly minimal, and you are encouraged to refer to
60
- the [ UEFI specification] [ spec ] for detailed information.
59
+ Reference documentation can be found on docs.rs:
60
+ - [ docs.rs/uefi] ( https://docs.rs/uefi )
61
+ - [ docs.rs/uefi-macros] ( https://docs.rs/uefi-macros )
62
+ - [ docs.rs/uefi-services] ( https://docs.rs/uefi-services )
63
+
64
+ For additional information, refer to the [ UEFI specification] [ spec ] .
61
65
62
66
[ spec ] : http://www.uefi.org/specifications
67
+ [ uefi-rs book ] : https://rust-osdev.github.io/uefi-rs/HEAD
63
68
64
69
## Building and testing uefi-rs
65
70
You can’t perform that action at this time.
0 commit comments