Crate readformat

source ·

Functions

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