Crate dialectic_tokio_serde_bincode

Crate dialectic_tokio_serde_bincode 

Source
Expand description

This crate provides an implementation of the bincode serialization format compatible with the [dialectic-tokio-serde] backend for the dialectic crate. To use it, you will also need to import the [dialectic-tokio-serde] crate.

Structs§

Bincode
The Bincode binary serialization format.

Functions§

length_delimited
Pairs the Bincode serialization format with the LengthDelimitedCodec for framing, returning a symmetrical pair of Sender and Receiver.