Module puffin::codec

source ·

Structs§

Traits§

  • Things we can encode and read from a Reader, Sized version. Easier to work with when types are instantiated, for example in protocol crates such as tlspuffin.
  • Things we can encode and read from a Reader. Used by puffin as it does not require to be Sized (we rely on <dyn T> for T:CodecP.
  • Trait for data whose Vectors are encoded without length prefix

Functions§