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