Module rkyv::de

source ·
Expand description

Deserialization traits, deserializers, and adapters.

Modules§

  • Deserializers that can be used standalone and provide basic capabilities.

Structs§

  • A type-erased pointer.
  • Poolalloc
    A shared pointer strategy that pools together deserializations of the same shared pointer.
  • A shared pointer strategy that duplicates deserializations of the same shared pointer.

Enums§

  • The result of starting to deserialize a shared pointer.

Traits§

Unions§