-
-
Notifications
You must be signed in to change notification settings - Fork 178
doc: massive overhaul of documentation #1264
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 1 commit
79c048a
676c585
27ec946
d85b4c9
9f9e5ca
505e70f
e46e74a
02bc2cf
52954f4
837fe5c
b9829d7
e0fde84
5c9343f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,18 @@ | ||
# uefi-rs | ||
|
||
Rusty wrapper for the [Unified Extensible Firmware Interface][UEFI]. | ||
|
||
[](https://crates.io/crates/uefi) | ||
[](https://docs.rs/uefi) | ||
 | ||
 | ||
 | ||
|
||
## TL;DR | ||
|
||
Develop Rust software that leverages **safe**, **convenient**, and | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. nit: For clarity I would add a few words at the start of the sentence like "This crate makes it easy to develop Rust software [..].". Makes it clearer that we aren't necessarily the ones making the safe/convenient/performant software, but rather we're helping users of the crate do that. |
||
**performant** abstractions for [UEFI] functionality. | ||
|
||
## Description | ||
|
||
[UEFI] started as the successor firmware to the BIOS in x86 space and developed | ||
|
@@ -136,3 +143,5 @@ This license allows you to use the crate in proprietary programs, but any | |
modifications to the files must be open-sourced. | ||
|
||
The full text of the license is available in the [license file](LICENSE). | ||
|
||
[UEFI]: https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: I think we should drop the tl;dr header here since the section is just one sentence. Have this content come directly after the "Rusty wrapper for the Unified Extensible Firmware Interface." sentence.