8000
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 2e66165 commit 8b09be3Copy full SHA for 8b09be3
uefi/CHANGELOG.md
@@ -1,5 +1,9 @@
1
# uefi - [Unreleased]
2
3
+We added documentation to `lib.rs` and the [uefi-rs book] about how
4
+`uefi` compares to "standard Rust binaries" for UEFI (those using `std`), and
5
+how to integrate the `uefi` crate into them.
6
+
7
## Added
8
- Added `Handle::new`
9
@@ -605,3 +609,6 @@ Rust 1.68 or higher.
605
609
truncated and could result in out-of-bounds reads.
606
610
- Fixed size check for file info types so that alignment padding is
607
611
taken into account. This fixes potential out-of-bounds writes.
612
613
614
+[uefi-rs book]: https://rust-osdev.github.io/uefi-rs/HEAD
0 commit comments