Crate readformat

Source

Functionsยง

readf
The inverse of format!(). The format argument is the format string, and the s argument is the string to match the format against.
readf1
Convenience function for single-item format strings. Extra items are dropped.