devela::_dep::rkyv::api

Module low

Available on crate feature dep_rkyv only.
Expand description

APIs for environments where allocations cannot be made.

These APIs require user-provided writers and allocators, and do not support shared pointers.

Functions§

Type Aliases§

  • A general-purpose deserializer suitable for environments where allocations cannot be made.
  • A general-purpose serializer suitable for environments where allocations cannot be made.
  • A low-level validator.