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">
bromine
</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">
Asynchronous event driven interprocess communication supporting tcp and unix domain sockets.
</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
Apache-2.0
Loading…
Cancel
Save