Functionsยง
- base2562byte
- Converts a single character from the CHARSETS constant into its corresponding byte value.
- base2562u8
- Converts a base256 encoded string into a slice of u8 values using the CHARSETS constant.
- byte2base256
- Converts a single byte value into its corresponding character representation in the CHARSETS constant.
- u82base256
- Converts a slice of u8 values into a base256 encoded string using the CHARSETS constant.