Crate strp_macros

Source
Expand description

Macro crate for strp crate.

Macrosยง

parse
Interally uses try_parse and unwraps the result to parse a single value from a source string.
scan
Interally uses try_scan and unwraps the result to parse multiple values from a source string.
try_parse
Attempts to parse a single variable from an iterator on a type that implements the TryParse trait.
try_scan
Very similar to try_parse, except it allows for 2 or more matched values.