Expand description
Helpers for serializing serde-compatible types inside of a bincode Encode or Decode
implementation using a self-describing format. This works with types that
#[bincode(serde)] does not support.
These helper functions can be used in the Encode and Decode derive macros with the
#[bincode(with = "turbo_bincode] attribute.