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§
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.