Crate ltnt

Crate ltnt 

Source
Expand description

A simple, efficient, and flexible arg parsing library.

Most users will simply want ltnt! and Parsable::parse; for advanced usage, see Parsable and Error.

Macros§

ltnt

Structs§

Peekable
An iterator with a peek() that returns an optional reference to the next element.

Enums§

Error
An error that occured during parsing.

Traits§

Parsable
Anything that can be parsed from a stream of arguments.

Functions§

executable
Returns the path to the current executable.

Type Aliases§

Result
The result of a parsing operation.