Structs§
- Iterator of chunks of equal width from a string.
- A Tile which contains a single digit.
- A Tile which contains two digits.
Enums§
- A Tile which is compatible with booleans
Constants§
- Number of characters below which the
Chunks
iterator does not allocate.
Traits§
- A type implementing
DisplayWidth
has a constant width for display and parsing. - A type implementing
ToRgb
can be converted to a single color.