asynchronous-codec
asynchronous-codec copied to clipboard
Utilities for encoding and decoding frames using `async/await`.
Whilst thinking more about https://github.com/libp2p/rust-libp2p/issues/3130 and the PoC I made in https://github.com/thomaseizinger/rust-async-response-stream, I realized that this could actually be part of `asynchronous-codec`. It could be implemented on top but it...
Hello. I am trying to use this crate to write a library around a custom TCP based protocol. Said protocol will likely be useful on both web servers and embedded...
I recently noticed `asynchronous-codec` was performing slower than anticipated in a project I'm working on, read operations in particular. To get a better sense of things, I compared its performance...
This PR was created automatically by the @web3-bot as a part of the [Unified CI](https://github.com/ipdxco/unified-github-workflows) project.