pub struct CustomTranslator(/* private fields */);Expand description
Custom translator used use for base conversion
Implementations§
Source§impl CustomTranslator
impl CustomTranslator
Sourcepub fn new(custom_alphabet: CustomAlphabet) -> Result<Self, CustomAlphabetError>
pub fn new(custom_alphabet: CustomAlphabet) -> Result<Self, CustomAlphabetError>
Create new custom translator