Expand description
Encoding and decoding of COBS (Consistent Overhead Byte Stuffing)
Modules§
Enums§
- Errors that can occur during COBS encoding/decoding.
Type Aliases§
- The return type for encoding and decoding functions, based on core::result::Result, in which the error type is Error.