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