Module gix_packetline::decode

source ·
Expand description

Utilities to help decoding packet lines

Modules§

Enums§

Functions§

  • Decode an entire packet line from data or fail.
  • Decode the four_bytes packet line prefix provided in hexadecimal form and check it for validity.
  • Decode data as packet line while reporting whether the data is complete or not using a Stream.
  • Obtain a PacketLine from data after assuring data is small enough to fit.