Improve the README

Signed-off-by: Trivernis <trivernis@protonmail.com>
pull/41/head
Trivernis 2 years ago
parent 58ae10bdc9
commit c390ec41c1

@ -1,6 +1,14 @@
<h1 align="center"> <h1 align="center">
bromine bromine
</h1> </h1>
<p align="center">
<a href="https://crates.io/crates/bromine">
<img src="https://img.shields.io/crates/v/bromine?style=for-the-badge">
</a>
<a href="https://docs.rs/bromine">
<img src="https://img.shields.io/docsrs/bromine?style=for-the-badge">
</a>
</p>
<p align="center"> <p align="center">
Asynchronous event driven interprocess communication supporting tcp and unix domain sockets. Asynchronous event driven interprocess communication supporting tcp and unix domain sockets.
</p> </p>
@ -138,10 +146,6 @@ async fn main() {
} }
``` ```
## Benchmarks
Benchmarks are generated on each commit. They can be reviewed [here](https://trivernis.github.io/rmp-ipc/report/).
## License ## License
Apache-2.0 Apache-2.0
Loading…
Cancel
Save