Expand description
A library for easy parsing of strings into integers. Useful for Advent of Code.
Modules§
Macros§
Enums§
Traits§
- Scan
- A trait for something that can be scanned.
- Scan
Binary - A trait for something that can be scanned in binary format, like
fmt::Binary
. - Scan
Lower Hex - Scan
Octal - A trait for something that can be scanned in octal format.
- Scan
Upper Hex