Merge pull request #41 from Trivernis/develop

Improve the README
main
Julius Riegel 2 years ago committed by GitHub
commit 71bcf8145d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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