Structs§
- NixFramed
Reader - Implements Nix’s Framed reader protocol for protocol versions >= 1.23.
Enums§
- State 🔒
- State machine for
NixFramedReader
.
Functions§
- with_
limited 🔒 - Make a limited version of
buf
, consisting only of up ton
bytes of the unfilled section, and callf
with it. Afterf
returns, we propagate the filled cursor advancement back tobuf
.