Crate async_streamdata
source ·Expand description
The async stream data decoding utilities.
This crate provides streamdata adaptors for futures, tokio and
async-std.
Modules
- Various reader implementations.
Enums
- Errors that can occur while decoding the data stream.
Traits
Readerprovides an abstract interface to the various async read implementations.
Functions
- Converts the given reader to a stream of decoded values.