Skip to content

Commit 6f4ac9a

Browse files
committed
Add badges to README.
1 parent 868878a commit 6f4ac9a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Compio
22

3+
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/Berrysoft/compio/blob/master/LICENSE)
4+
[![crates.io](https://img.shields.io/crates/v/compio)](https://crates.io/crates/compio)
5+
[![docs.rs](https://img.shields.io/badge/docs.rs-compio-latest)](https://docs.rs/compio)
6+
[![Azure DevOps builds](https://strawberry-vs.visualstudio.com/compio/_apis/build/status/Berrysoft.compio?branch=master)](https://strawberry-vs.visualstudio.com/compio/_build)
7+
38
A thread-per-core Rust runtime with IOCP/io_uring.
49
The name comes from "completion-based IO".
510
This crate is inspired by [monoio](https://github.com/bytedance/monoio/).

0 commit comments

Comments
 (0)