Crates.io | tokio-serde-json |
lib.rs | tokio-serde-json |
version | 0.3.0 |
source | src |
created_at | 2017-03-14 20:17:02.607521 |
updated_at | 2019-10-07 16:27:02.260966 |
description | Utilities needed to easily implement a Tokio JSON transport using Serde for JSON serialization and deserialization of frame values. |
homepage | https://github.com/carllerche/tokio-serde-json |
repository | https://github.com/carllerche/tokio-serde-json |
max_upload_size | |
id | 8982 |
size | 51,710 |
Utilities needed to easily implement a Tokio JSON transport using serde for JSON serialization and deserialization of frame values.
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};
This project is licensed under the MIT license.
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.