yuffie 0.0.1

A library for creating UEFI applications, libraries, and drivers
Documentation
[dependencies.yuffie-proc-macros]
optional = true
version = "0"

[features]
alloc = []
default = ["alloc", "panic_handler"]
panic_handler = []
proc_macros = ["yuffie-proc-macros"]

[lib]
doctest = false

[package]
categories = ["embedded", "no-std"]
description = "A library for creating UEFI applications, libraries, and drivers"
edition = "2021"
keywords = ["firmware", "uefi"]
license = "BSD-2-Clause-Patent"
name = "yuffie"
publish = true
readme = "README.md"
repository = "https://github.com/crawfxrd/yuffie"
rust-version = "1.78.0"
version = "0.0.1"