bin_encode_decode/decode/
struct.rs

1/// Handles the encoding operations for the application.
2///
3/// This struct provides methods to encode strings using a specified character set.
4pub struct Encode {}