[go: up one dir, main page]

Module rkyv::ser::sharing

source ·
Expand description

Shared pointer serialization.

Structs§

  • Sharealloc
    A shared pointer strategy that shares serializations of the same shared pointer.
  • A shared pointer strategy that duplicates serializations of the same shared pointer.

Enums§

  • The result of starting to serialize a shared pointer.

Traits§