async-serialization 0.1.1

Traits for serializing into AsyncWrites and deserializing from AsyncReads.
Documentation

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.