bin_encode_decode/encode/
struct.rs

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