File tree Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Expand file tree Collapse file tree 4 files changed +23
-2
lines changed Original file line number Diff line number Diff line change 1
1
# uefi-rs
2
2
3
+ Rusty wrapper for the [ Unified Extensible Firmware Interface] [ UEFI ] .
4
+
3
5
[ ![ Crates.io] ( https://img.shields.io/crates/v/uefi )] ( https://crates.io/crates/uefi )
4
6
[ ![ Docs.rs] ( https://docs.rs/uefi/badge.svg )] ( https://docs.rs/uefi )
5
7
![ License] ( https://img.shields.io/github/license/rust-osdev/uefi-rs )
6
8
![ Build status] ( https://github.com/rust-osdev/uefi-rs/workflows/Rust/badge.svg )
7
9
![ Stars] ( https://img.shields.io/github/stars/rust-osdev/uefi-rs )
8
10
11
+ ## TL;DR
12
+
13
+ Develop Rust software that leverages ** safe** , ** convenient** , and
14
+ ** performant** abstractions for [ UEFI] functionality.
15
+
9
16
## Description
10
17
11
18
[ UEFI] started as the successor firmware to the BIOS in x86 space and developed
Original file line number Diff line number Diff line change 2
2
name = " uefi"
3
3
version = " 0.29.0"
4
4
readme = " README.md"
5
- description = " Safe and easy-to-use wrapper for building UEFI apps."
5
+ description = """
6
+ Develop Rust software that leverages safe, convenient, and performant
7
+ abstractions for UEFI functionality.
8
+ """
6
9
7
10
authors.workspace = true
8
11
categories.workspace = true
Original file line number Diff line number Diff line change 1
- # uefi-rs
1
+ # ` uefi `
2
+
3
+ Rusty wrapper for the [ Unified Extensible Firmware Interface] [ UEFI ] .
2
4
3
5
[ ![ Crates.io] ( https://img.shields.io/crates/v/uefi )] ( https://crates.io/crates/uefi )
4
6
[ ![ Docs.rs] ( https://docs.rs/uefi/badge.svg )] ( https://docs.rs/uefi )
5
7
![ License] ( https://img.shields.io/github/license/rust-osdev/uefi-rs )
6
8
![ Build status] ( https://github.com/rust-osdev/uefi-rs/workflows/Rust/badge.svg )
7
9
![ Stars] ( https://img.shields.io/github/stars/rust-osdev/uefi-rs )
8
10
11
+ ## TL;DR
12
+
13
+ Develop Rust software that leverages ** safe** , ** convenient** , and
14
+ ** performant** abstractions for [ UEFI] functionality.
9
15
10
16
For an introduction to the ` uefi-rs ` project and documentation, please refer to
11
17
our main [ README] .
Original file line number Diff line number Diff line change 1
1
//! Rusty wrapper for the [Unified Extensible Firmware Interface][UEFI].
2
2
//!
3
+ //! # TL;DR
4
+ //!
5
+ //! Develop Rust software that leverages **safe**, **convenient**, and
6
+ //! **performant** abstractions for [UEFI] functionality.
7
+ //!
3
8
//! See the [Rust UEFI Book] for a tutorial, how-tos, and overviews of some
4
9
//! important UEFI concepts. For more details of UEFI, see the latest [UEFI
5
10
//! Specification][spec].
You can’t perform that action at this time.
0 commit comments