Skip to content

Commit

Permalink
Add badges to readme and docs (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
dcchut authored Apr 26, 2022
1 parent bca2d7e commit d2f80ea
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# async-recursion macro

![Build Status](https://github.com/dcchut/async-recursion/workflows/Push%20action/badge.svg?branch=master)
![latest version](https://img.shields.io/crates/v/async-recursion)
![crates.io downloads](https://img.shields.io/crates/d/async_recursion)
![Build Status](https://img.shields.io/github/workflow/status/dcchut/async-recursion/Push%20action/master)
![Apache/MIT2.0 License](https://img.shields.io/crates/l/async-recursion)

Procedural macro for recursive async functions.

Expand Down
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
//! # async-recursion macro
//!
//! ![Build Status](https://github.com/dcchut/async-recursion/workflows/Push%20action/badge.svg?branch=master)
//! ![latest version](https://img.shields.io/crates/v/async-recursion)
//! ![crates.io downloads](https://img.shields.io/crates/d/async_recursion)
//! ![Build Status](https://img.shields.io/github/workflow/status/dcchut/async-recursion/Push%20action/master)
//! ![Apache/MIT2.0 License](https://img.shields.io/crates/l/async-recursion)
//!
//! Procedural macro for recursive async functions.
//!
Expand Down

0 comments on commit d2f80ea

Please sign in to comment.