Crate dialectic_tokio_serde_json

Source
Expand description

This crate provides an implementation of the json 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§

Json
The JSON serialization format.

Functions§

lines
Pairs the Json serialization format with the LinesCodec for framing, returning a symmetrical pair of Sender and Receiver.