Modules

  • A facade around all the types we need from the std, core, and alloc crates. This avoids elaborate import wrangling having to happen in every module.

Macros

Structs

  • A cheaply cloneable and sliceable chunk of contiguous memory.
  • A unique reference to a contiguous slice of memory.

Traits

  • Read bytes from a buffer.
  • A trait for values that provide sequential write access to bytes.