uefi-raw 0.9.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
[dependencies.bitflags]
version = "2.0.0"

[dependencies.ptr_meta]
default-features = false
version = "0.2.0"

[dependencies.uguid]
version = "2.1.0"

[lib]
name = "uefi_raw"
path = "src/lib.rs"

[package]
authors = ["The Rust OSDev team"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "no-std", "api-bindings"]
description = """
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.
"""
edition = "2021"
keywords = ["uefi", "efi"]
license = "MPL-2.0"
name = "uefi-raw"
readme = "README.md"
repository = "https://github.com/rust-osdev/uefi-rs"
rust-version = "1.70"
version = "0.9.0"

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]