rust/library/std
许杰友 Jieyou Xu (Joe) 24d481cc29
Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb
uefi: Add Service Binding Protocol abstraction

- Some UEFI protocols such as TCP4, TCP6, UDP4, UDP6, etc are managed by service binding protocol.
- A new instance of such protocols is created and destroyed using the corresponding service binding protocol.
- This PR adds abstractions to make using such protocols simpler using Rust Drop trait.
- The reason to add these abstractions in a seperate PR from TCP4 Protocol is to make review easier.

[EFI_SERVICE_BINDING_PROTCOL](https://uefi.org/specs/UEFI/2.11/11_Protocols_UEFI_Driver_Model.html#efi-service-binding-protocol)

cc ````@nicholasbishop````
2025-03-05 21:46:40 +08:00
..
benches Fix import in bench for wasm 2025-02-12 14:44:30 -08:00
src Rollup merge of #137477 - Ayush1325:uefi-service-binding, r=Noratrieb 2025-03-05 21:46:40 +08:00
tests std: Apply deprecated_safe_2024 2025-02-13 13:10:28 -08:00
build.rs Disable f16 on Aarch64 without neon 2025-03-01 23:10:21 +00:00
Cargo.toml Rollup merge of #137463 - sunshowers:illumos-posix-spawn, r=Mark-Simulacrum 2025-03-05 21:46:40 +08:00