Crate diny_core[][src]

Expand description

The core functionality of the diny framework.

See the main diny documentation for project status and general usage

Modules

Types and traits implemented by backend formatters

Helper modules for implementing buffered serialization primitives

Helper modules that may be externally useful

Traits

Deserialize a data structure asynchronously.

Marker trait to denote that both AsyncSerialize and AsyncDeserialize are implemented for the type.

Serialize a data structure asynchronously.

Derive Macros

Generate only async deserialization code

Generate both async serialization and deserialization code

Generate only async serialization code