Expand description
bin-encode-decode
A high-performance binary encode and decode library that supports customizable character sets beyond Base64.
Structs§
- Charset
- Handles string encoding and decoding operations.
- Decode
- Handles the decoding operations for the application.
- Encode
- Handles the encoding operations for the application.
Enums§
- Decode
Error - Represents errors that can occur during decoding.
- Encode
Error - Represents errors that can occur during encoding.