Macros§
- parsef
- This macro can be tought of as opposite of
write!
or as something likefscanf
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 ofwrite!
or as something likefscanf
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.