Crate dynarg

Source

Structs§

Arg
For storing a single argument. Stores a Box<> to argument variable, as well as a used flag.
ArgData
A struct for wrapping base argument data, of any type.
Args
Stores an IndexMap of Args. See examples.

Enums§

DynArgError
An error struct for passing errors up the callchain.