uefi-raw 0.14.0

Raw UEFI types and bindings for protocols, boot, and runtime services. This can serve as base for an UEFI firmware implementation or a high-level wrapper to access UEFI functionality from an UEFI image.
Documentation
1
2
3
4
5
6
7
8
9
10
// SPDX-License-Identifier: MIT OR Apache-2.0

pub mod dhcp4;
pub mod http;
pub mod ip4;
pub mod ip4_config2;
pub mod pxe;
pub mod snp;
pub mod tcp4;
pub mod tls;