Expand description
Functions for decoding process.
Re-exports§
Traits§
- Decoding function.
- Decoding function with an initial state.
Functions§
- Discarding
n
bytes. - Checking if the byte is
NULL[0]
. - Checking if the byte is
SPACE[0]
. - Reading a byte after all delimiter bytes.
- Reading
n
bytes. - Reading all bytes before the delimiter.
- Reading all bytes before the delimiters.
- Reading all bytes before the CRLF, LF.
- Reading
N
bytes. - Reading until the delimiters.
- Reading exact one CRLF or LF.