Releases: YtvwlD/miniarg
Releases · YtvwlD/miniarg
v0.5.0
14 Jul 14:24
Compare
Sorry, something went wrong.
No results found
This release now also supports single quotes and more whitespace, thanks to @threadexio . (#3 )
It also requires Rust 2024, eg. 1.85.
v0.4.0
08 Feb 15:25
Compare
Sorry, something went wrong.
No results found
This release supports non-ascii characters thanks to @threadexio . 🎉
v0.3.1
19 Mar 16:51
Compare
Sorry, something went wrong.
No results found
There's almost nothing new here for this release:
The crates are now using Rust 2021 and syn 2.0.
v0.3.0
01 Jan 21:52
Compare
Sorry, something went wrong.
No results found
This is the third release. In comparison to 0.2.0 , there is one breaking change:
miniarg now supports arguments without values 🎉
This is only fully supported at the end of the end of the arguments, yet.
v0.2.0
26 Oct 12:55
Compare
Sorry, something went wrong.
No results found
The second release.
There are no breaking changes from v0.1.0 , only new features:
the feature std now implies alloc (this should be purely internal)
split_args::SplitArgs is now publicly usable
parse_from_iter is new
help_text() on derived enums has been added
v0.1.0
26 Oct 12:47
Compare
Sorry, something went wrong.
No results found
This is the first release. 🎉