Crate bin_encode_decode

Crate bin_encode_decode 

Source
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§

DecodeError
Represents errors that can occur during decoding.
EncodeError
Represents errors that can occur during encoding.