diff --git a/README.md b/README.md index b39154e..a86a1c3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,11 @@ -# async-io-typed +# async-io-typed [![Build Status]][actions] [![Latest Version]][crates.io] + +[Build Status]: https://img.shields.io/github/actions/workflow/status/Xaeroxe/async-io-typed/ci.yml?branch=master +[actions]: https://github.com/Xaeroxe/async-io-typed/actions?query=branch%3Amaster +[Latest Version]: https://img.shields.io/crates/v/async-io-typed.svg +[crates.io]: https://crates.io/crates/async-io-typed + +[Documentation](https://docs.rs/async-io-typed) Combines [`bincode`](https://github.com/bincode-org/bincode) and [`tokio`](https://github.com/tokio-rs/tokio) to adapt any `AsyncRead` or `AsyncWrite` type into a channel for transmission of [`serde`](https://github.com/serde-rs/serde) @@ -81,4 +88,4 @@ FD, 00, 00, 01, 00 Length 4,294,967,296 (aka 2^32) (First byte is u64_marker) ```ignore FE, 00, 00, 00, 00, 01, 00, 00, 00 -``` \ No newline at end of file +```