| Crates.io | dialectic-tokio-serde-json |
| lib.rs | dialectic-tokio-serde-json |
| version | 0.1.0 |
| created_at | 2021-04-01 22:22:27.478503+00 |
| updated_at | 2021-04-01 22:22:27.478503+00 |
| description | A backend for the Dialectic crate using JSON serialization over Tokio transport |
| homepage | https://github.com/boltlabs-inc/dialectic |
| repository | https://github.com/boltlabs-inc/dialectic |
| max_upload_size | |
| id | 377069 |
| size | 6,983 |
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.