Crates.io | async-serialization |
lib.rs | async-serialization |
version | 0.2.2 |
source | src |
created_at | 2018-03-14 12:31:23.018577 |
updated_at | 2018-03-15 15:28:37.182401 |
description | Traits for serializing into AsyncWrites and deserializing from AsyncReads. |
homepage | |
repository | https://github.com/AljoschaMeyer/async-serialization |
max_upload_size | |
id | 55621 |
size | 7,556 |
This was a failed attempt at finding a suitable abstraction. The async-codec crate might be what you need instead.
Traits for types that can be asynchronously serialized into AsyncWrites and deserialized from AsyncReads. Unlike serde's approach, the serialized data does not need to be in memory at once, and it saves a step of copying.