tokio-serde-json

Crates.iotokio-serde-json
lib.rstokio-serde-json
version0.3.0
sourcesrc
created_at2017-03-14 20:17:02.607521
updated_at2019-10-07 16:27:02.260966
descriptionUtilities needed to easily implement a Tokio JSON transport using Serde for JSON serialization and deserialization of frame values.
homepagehttps://github.com/carllerche/tokio-serde-json
repositoryhttps://github.com/carllerche/tokio-serde-json
max_upload_size
id8982
size51,710
Artem Vorotnikov (vorot93)

documentation

https://docs.rs/tokio-serde-json/0.1.0

README

Tokio / Serde bindings for JSON

Utilities needed to easily implement a Tokio JSON transport using serde for JSON serialization and deserialization of frame values.

Documentation

Usage

To use tokio-serde-json, first add this to your Cargo.toml:

[dependencies]
tokio-serde-json = "0.2"

Next, add this to your crate:

extern crate tokio_serde_json;

use tokio_serde_json::{ReadJson, WriteJson};

License

This project is licensed under the MIT license.

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in tower-web by you, shall be licensed as MIT, without any additional terms or conditions.

Commit count: 24

cargo fmt