File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,18 @@ This crate makes it easy to develop Rust software that leverages **safe**,
11
11
![ Build status] ( https://github.com/rust-osdev/uefi-rs/workflows/Rust/badge.svg )
12
12
![ Stars] ( https://img.shields.io/github/stars/rust-osdev/uefi-rs )
13
13
14
+ ## About
15
+
16
+ With ` uefi ` , you have the flexibility to integrate selected types and
17
+ abstractions into your project or to conveniently create EFI images, addressing
18
+ the entire spectrum of your development needs.
19
+
20
+ ` uefi ` works with stable Rust, but additional nightly-only features are
21
+ gated behind an ` unstable ` Cargo feature flag.
22
+
23
+ _ Note that for producing EFI images, you also need to use a corresponding ` uefi `
24
+ compiler target of Rust, such as ` x86_64-unknown-uefi ` ._
25
+
14
26
For an introduction to the ` uefi-rs ` project and documentation, please refer to
15
27
our main [ README] .
16
28
Original file line number Diff line number Diff line change 10
10
//! Feel free to file bug reports and questions in our [issue tracker], and [PR
11
11
//! contributions][contributing] are also welcome!
12
12
//!
13
+ //! # About `uefi`
14
+ //!
15
+ //! With `uefi`, you have the flexibility to integrate selected types and
16
+ //! abstractions into your project or to conveniently create EFI images,
17
+ //! addressing the entire spectrum of your development needs.
18
+ //!
19
+ //! `uefi` works with stable Rust, but additional nightly-only features are
20
+ //! gated behind an `unstable` Cargo feature flag. Please find more information
21
+ //! about supported features below.
22
+ //!
23
+ //! _Note that for producing EFI images, you also need to use a corresponding
24
+ //! `uefi` compiler target of Rust, such as `x86_64-unknown-uefi`._
25
+ //!
13
26
//! # Interaction with uefi services
14
27
//!
15
28
//! With this crate you can write code for the pre- and post-exit boot services
You can’t perform that action at this time.
0 commit comments