#tokio-codec #serde-json #integration #encoder

tokio-jsoncodec

Integration between tokio-codec and serde_json

1 unstable release

Uses old Rust 2015

0.1.0 Aug 1, 2018

#15 in #tokio-codec

39 downloads per month
Used in essrpc

MIT license

9KB
194 lines

tokio-jsoncodec

Build Status

This crate provides integration between tokio-codec and serde_json.

See the examples for more details on how this can be used.


lib.rs:

This crate integrates serde_json into a Tokio codec (tokio_codec::Decoder and Encoder).

Dependencies

~1–1.4MB
~29K SLoC