You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<spanclass="maintainers">Maintained by [@GabrielMajeri](https://github.com/GabrielMajeri), [@nicholasbishop](https://github.com/nicholasbishop), and [@phip1611](https://github.com/phip1611)</span>
116
116
117
-
The `uefi-rs` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS. We merged the following PRs this month:
117
+
The `uefi-rs` crate provides safe and performant wrappers for [UEFI](https://en.wikipedia.org/wiki/Unified_Extensible_Firmware_Interface), the successor to the BIOS.
118
+
Recently, we deprecated the [`uefi-services`] crate and removed all usages from
119
+
the [`uefi`](https://github.com/rust-osdev/uefi-rs) repository. A new drop-in
120
+
replacement exists in [`uefi::helpers`](https://docs.rs/uefi/latest/uefi/helpers/index.html).
121
+
122
+
The test of time showed us that having a single crate with multiple cargo
123
+
features is a better and more productive way forward with less maintenance
124
+
burden - for users/consumers as well as maintainers.
0 commit comments