Crate scanfmt

Source
Expand description

A library for easy parsing of strings into integers. Useful for Advent of Code.

Modules§

macro_support

Macros§

scanfmt

Enums§

ScanError

Traits§

Scan
A trait for something that can be scanned.
ScanBinary
A trait for something that can be scanned in binary format, like fmt::Binary.
ScanLowerHex
ScanOctal
A trait for something that can be scanned in octal format.
ScanUpperHex