A Tokio-compatible Dialectic backend plugin for the
dialectic-tokio-serde
crate. It can be used with
any transport that supports Tokio's AsyncWrite
/AsyncRead
traits, and can send/receive any types
which implement serde's Serialize
/Deserialize
traits. This backend serializes its data using
the serde_json
crate.