Skip to content

Commit

Permalink
Add a readme to uefi-macros
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMajeri committed Aug 23, 2021
1 parent d289e0c commit 5423d20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
1 change: 1 addition & 0 deletions uefi-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
name = "uefi-macros"
version = "0.3.3"
authors = ["Hadrien G. <[email protected]>"]
readme = "README.md"
edition = "2018"
description = "Procedural macros for the uefi-rs crate"
repository = "https://github.com/rust-osdev/uefi-rs"
Expand Down
7 changes: 7 additions & 0 deletions uefi-macros/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# uefi-macros

[![Crates.io](https://img.shields.io/crates/v/uefi-macros)](https://crates.io/crates/uefi-macros)
[![Docs.rs](https://docs.rs/uefi-macros/badge.svg)](https://docs.rs/uefi-macros)

This crate provides procedural macros used by [the `uefi-rs` project](https://github.com/rust-osdev/uefi-rs/)
to simplify the development of UEFI applications and reduce boilerplate.

0 comments on commit 5423d20

Please sign in to comment.