Crate pareg_proc

Source

Macros§

parsef
This macro can be tought of as opposite of write! or as something like fscanf in C.
parsef_part
Simmilar to parsef!, but doesn’t expect to parse the whole string, but only start of the string. It macro can be tought of as opposite of write! or as something like fscanf in C.

Derive Macros§

FromArg
Derives the pareg_core::FromArg macro for an enum. The enum must not be generic and the enum members cannot contain any fields.