Crate sarpa

Crate sarpa 

Source
Expand description

A simple command-line argument parsing library.

This library provides a builder pattern API to define arguments and a parser to process them from the command line. The parsed arguments can be converted to any type that implements FromStr

Structs§

ArgumentBuilder
A temporary builder object for configuring arguments.
ParsedArgs
Represents a set of parsed arguments.
Parser
The main parser object used to define arguments and run the parser.

Enums§

ArgParseError
Represents all possible errors that can occur during parsing.