getopts

The getopts repo maintained by the rust-lang project

APACHE-2.0 License

Downloads
29.7M
Stars
228
Committers
38

Bot releases are hidden (Show)

getopts - 0.2.21 Latest Release

Published by JohnTitor 11 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/rust-lang/getopts/compare/v0.2.20...v0.2.21

getopts - 0.2.20

Published by JohnTitor 11 months ago

What's Changed

Full Changelog: https://github.com/rust-lang/getopts/compare/v0.2.19...v0.2.20

getopts - 0.2.19

Published by KodrAus over 5 years ago

Key Changes

  • Support getting the index of given arguments.

Contributions

getopts - 0.2.18

Published by KodrAus over 6 years ago

Key Changes

  • Adds a Matches::opt_get method that can convert a match to any T: FromStr. This should be useful for easily getting matched values as numbers
  • Fixes some long-standing issues around text alignment
  • Specifies a minimum version policy

Changes to minimum Rust

The minimum version of Rust required has been set at 1.18.0. We may change this in patch versions, but will always flag it in the release notes here.

You can always check the .travis.yml file to see the current minimum supported version.

New Dependencies

  • unicode-width for correctly splitting descriptions across multiple lines.

Contributions