Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/fenhl/async-proto
- Owner: fenhl
- License: mit
- Created: 2021-01-09T09:00:36.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-27T03:42:18.000Z (5 months ago)
- Last Synced: 2024-09-28T09:08:58.766Z (4 months ago)
- Topics: async, network, network-protocol, rust-library, websocket
- Language: Rust
- Homepage: https://crates.io/crates/async-proto
- Size: 284 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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-protoThis 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.