async-proto 0.26.1

Simple async binary network protocols
Documentation
1
2
3
4
5
6
7
8
9
10
[![crates.io badge]][crates.io link] [![docs.rs badge]][docs.rs link]

[crates.io badge]: https://img.shields.io/crates/v/async-proto.svg?style=flat-square
[crates.io link]: https://crates.io/crates/async-proto
[docs.rs badge]: https://img.shields.io/badge/docs-online-dddddd.svg?style=flat-square
[docs.rs link]: https://docs.rs/async-proto

This is `async-proto`, a library crate facilitating simple binary network protocols with `async` support.

For a list of available Cargo features, see the crate-level documentation.