Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fenhl/async-proto

Rust library facilitating simple binary network protocols with async support
https://github.com/fenhl/async-proto

async network network-protocol rust-library websocket

Last synced: about 1 month ago
JSON representation

Rust library facilitating simple binary network protocols with async support

Awesome Lists containing this project

README

        

[![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.