Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Xaeroxe/async-io-typed
Browse files Browse the repository at this point in the history
  • Loading branch information
Xaeroxe committed Dec 30, 2022
2 parents 5a2aded + 634aeda commit 28128df
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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
```
```

0 comments on commit 28128df

Please sign in to comment.