Skip to content

Commit 556d883

Browse files
authored
Merge pull request #2 from async-rs/readme-badges
Add badges to the README.md
2 parents 7a8962b + 1692037 commit 556d883

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# async-task
22

3+
[![Build Status](https://travis-ci.com/async-rs/async-task.svg?branch=master)](https://travis-ci.com/async-rs/async-task)
4+
[![License](https://img.shields.io/badge/license-MIT%2FApache--2.0-blue.svg)](
5+
https://github.com/async-rs/async-task)
6+
[![Cargo](https://img.shields.io/crates/v/async-task.svg)](https://crates.io/crates/async-task)
7+
[![Documentation](https://docs.rs/async-task/badge.svg)](https://docs.rs/async-task)
8+
[![chat](https://img.shields.io/discord/598880689856970762.svg?logo=discord)](https://discord.gg/JvZeVNe)
9+
310
A task abstraction for building executors.
411

512
This crate makes it possible to build an efficient and extendable executor in few lines of

0 commit comments

Comments
 (0)