async-serialization

Crates.ioasync-serialization
lib.rsasync-serialization
version0.2.2
created_at2018-03-14 12:31:23.018577+00
updated_at2018-03-15 15:28:37.182401+00
descriptionTraits for serializing into AsyncWrites and deserializing from AsyncReads.
homepage
repositoryhttps://github.com/AljoschaMeyer/async-serialization
max_upload_size
id55621
size7,556
Aljoscha Meyer (AljoschaMeyer)

documentation

README

Deprecated

This was a failed attempt at finding a suitable abstraction. The async-codec crate might be what you need instead.

Async Serialization

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.

Commit count: 0

cargo fmt