Skip to content

Commit 5423d20

Browse files
committed
Add a readme to uefi-macros
1 parent d289e0c commit 5423d20

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

uefi-macros/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "uefi-macros"
33
version = "0.3.3"
44
authors = ["Hadrien G. <[email protected]>"]
5+
readme = "README.md"
56
edition = "2018"
67
description = "Procedural macros for the uefi-rs crate"
78
repository = "https://github.com/rust-osdev/uefi-rs"

uefi-macros/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# uefi-macros
2+
3+
[![Crates.io](https://img.shields.io/crates/v/uefi-macros)](https://crates.io/crates/uefi-macros)
4+
[![Docs.rs](https://docs.rs/uefi-macros/badge.svg)](https://docs.rs/uefi-macros)
5+
6+
This crate provides procedural macros used by [the `uefi-rs` project](https://github.com/rust-osdev/uefi-rs/)
7+
to simplify the development of UEFI applications and reduce boilerplate.

0 commit comments

Comments
 (0)