Macros§
- parsef
- This macro can be tought of as opposite of
write!or as something likefscanfin 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 ofwrite!or as something likefscanfin C.
Derive Macros§
- FromArg
- Derives the
pareg_core::FromArgmacro for an enum. The enum must not be generic and the enum members cannot contain any fields.