pub const HEX: &str = "0123456789abcdef";Expand description
The hexadecimal character set used for encoding Timeflakes as hexadecimal strings.
This set consists of:
- Digits:
0-9 - Lowercase letters:
a-f
Hexadecimal encoding is often used for debugging and lower-level data representations.