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 1c9967c commit e872412Copy full SHA for e872412
uefi/src/lib.rs
@@ -101,6 +101,12 @@
101
//!
102
//! The full text of the license is available in the [license file][LICENSE].
103
104
+//! # Terminology (in this Crate)
105
+//!
106
+//! Although we sometimes use the terms "EFI" and "UEFI", both can be used
107
+//! interchangeably. We prefer "EFI" when talking about EFI images due to
108
+//! established naming conventions. Otherwise, we are using "UEFI".
109
110
//! [LICENSE]: https://github.com/rust-osdev/uefi-rs/blob/main/uefi/LICENSE
111
//! [Rust UEFI Book]: https://rust-osdev.github.io/uefi-rs/HEAD/
112
//! [UEFI]: https://uefi.org/
0 commit comments