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 d9fcff7 commit aa3dd06Copy full SHA for aa3dd06
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