Skip to content

Commit

Permalink
add crates.io and mit badges to README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fereidani committed Oct 16, 2022
1 parent 85de654 commit f3c2bf1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
# Kanal
**Fastest sync and async channel that Rust deserves!**

[![Crates.io][crates-badge]][crates-url]
[![MIT licensed][mit-badge]][mit-url]

[crates-badge]: https://img.shields.io/crates/v/kanal.svg
[crates-url]: https://crates.io/crates/kanal
[mit-badge]: https://img.shields.io/badge/license-MIT-blue.svg
[mit-url]: https://github.com/fereidani/kanal/blob/master/LICENSE

## What is Kanal
Kanal is a Rust library to help programmers design effective programs in CSP model via providing featureful multi-producer multi-consumer channels.
This library focuses on bringing both sync and async API together to unify message passing between sync and async parts of Rust code in a performant manner.
Expand Down

0 comments on commit f3c2bf1

Please sign in to comment.