Module types

Source
Expand description

Additional helper types for CLI parsing.

Structs§

MaxU32
A helper type for parsing “max” as the maximum value of the specified type.
MaxU64
A helper type for parsing “max” as the maximum value of the specified type.
ZeroAsNoneU32
A helper type that maps 0 to None when parsing CLI arguments.
ZeroAsNoneU64
A helper type that maps 0 to None when parsing CLI arguments.