Skip to content

0.1.1

Choose a tag to compare

@inthehack inthehack released this 08 Mar 21:48
· 88 commits to main since this release
v0.1.1
85d937a

First release with minimal implementations.

Added

  • Derive attribute Parser to automatically generate ParsedArgs initializer
  • Lexer for streaming tokens from the command line
  • ParsedArgs to collect arguments from the token stream (i.e. command line)

Fixed

None

Deprecated

None

Removed

None