Module exocore_core::framing

source ·

Re-exports

Modules

Traits

  • A frame builder can wrap another frame (or just data), and can be wrapped into another frame. The runtime hierarchy is the same as persisted.
  • Represents a frame that either wrap another frame or bytes (vec or slice).