async_bincode

Module tokio

Source
Expand description

Asynchronous access to a bincode-encoded item stream using tokio. See the top-level documentation and the documentation for AsyncBincodeReader, AsyncBincodeWriter, and AsyncBincodeStream.

Re-exports§

  • pub use crate::writer::BincodeWriterFor;

Structs§

  • A wrapper around an asynchronous reader that produces an asynchronous stream of bincode-decoded values.
  • A wrapper around an asynchronous stream that receives and sends bincode-encoded values.
  • A wrapper around an asynchronous sink that accepts, serializes, and sends bincode-encoded values.
  • A marker that indicates that the wrapping type is compatible with AsyncBincodeReader.
  • A marker that indicates that the wrapping type is compatible with stock bincode receivers.