We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc142af commit 85d0321Copy full SHA for 85d0321
uefi/src/lib.rs
@@ -101,6 +101,11 @@
101
//!
102
//! The full text of the license is available in the [license file][LICENSE].
103
104
+//! # Terminology
105
+//!
106
+//! Both "EFI" and "UEFI" can be used interchangeably, such as "UEFI image" or
107
+//! "EFI image". We prefer "UEFI" in our crate and its documentation.
108
109
//! [LICENSE]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE
110
//! [Rust UEFI Book]: https://rust-osdev.github.io/uefi-rs/HEAD/
111
//! [UEFI]: https://uefi.org/
0 commit comments