bin_encode_decode/encode/
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 Decode {}