getargs VS argparse-benchmarks-rs

Compare getargs vs argparse-benchmarks-rs and see what are their differences.

getargs

A truly zero-cost argument parser for Rust (by j-tai)

argparse-benchmarks-rs

Collected benchmarks for arg parsing crates written in Rust [Moved to: https://github.com/rosetta-rs/argparse-rosetta-rs] (by rust-cli)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
getargs argparse-benchmarks-rs
6 17
42 35
- -
0.0 6.5
10 months ago over 1 year ago
Rust Python
MIT License MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

getargs

Posts with mentions or reviews of getargs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-10-08.
  • Announcement: xflags 3.0.0
    5 projects | /r/rust | 8 Oct 2022
    Actually, I would say getargs on this one. Full disclosure, I'm a major contributor to the library, but it is also faster than lexopt, and provides a bit more control.
  • Inlining functions that will only ever be called once - is this a good convention?
    1 project | /r/rust | 13 Jul 2022
    I have benchmarked getargs to have significant performance gains from inlining.
  • How do i learn about new crates?
    5 projects | /r/rust | 27 Jun 2022
    I'd recommend getargs over argparse, it's also very well documented (but that version is not on crates.io yet)
  • How to parse `strace -c ls -a` using clap?
    2 projects | /r/rust | 21 Jun 2022
    It pains me that getargs 0.5.0 is still not released yet. If you can deal with a git dependency, I would highly recommend it, it can do exactly what you want with no fuss.
  • What's everyone working on this week (23/2022)?
    6 projects | /r/rust | 6 Jun 2022
    I'm currently working on bringing up getargs, which was abandoned on crates.io over 2 years ago. It has an API design that I agree with and I wanted to make it great, so I'm giving it a visit from the PR fairy.
  • What are legitimate problems with Rust?
    12 projects | /r/rust | 21 May 2022
    If it's perfectly fine then it shouldn't be terribly difficult to write it in a way that the borrow checker is happy with. The problem is reformulating your problem such that it's easy to either annotate the lifetimes in that way or have the compiler infer them for you. And it's made more difficult if your libraries have incorrectly elided lifetimes.

argparse-benchmarks-rs

Posts with mentions or reviews of argparse-benchmarks-rs. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-23.
  • Yet another command line argument parser: bpaf 0.5.2
    6 projects | /r/rust | 23 Aug 2022
    You can check out the argparse-benchmarks-rs though that only gives a high level summary.
  • Gex: Git CLI inspired by Emac's Magit built in Rust
    5 projects | /r/rust | 16 Aug 2022
    So besides the git2 conversation, I'd recommend using an argument parser even if its for something basic like lexopt just for help/version, at least you'd error for unrecognized arguments and can more easily expand it in the future.
  • New alternative for clap (declarative, basic and simple)
    7 projects | /r/rust | 5 Aug 2022
    Unclear whether it has a solid advantage over other things listed at rust-cli/argparse-benchmarks-rs or whether it's just an "I didn't research what already existed" project.
  • GitHub - epage/parse-benchmarks-rs
    7 projects | /r/rust | 18 Jul 2022
    I'm tempted to collect all of these benchmark repos into a github org to make them easier to find. So far I know of parser, md, argparse, and template languages.
  • How do i learn about new crates?
    5 projects | /r/rust | 27 Jun 2022
    Not strictly an answer to your question, but https://github.com/rust-cli/argparse-benchmarks-rs provides a good survey of option parsing crates in Rust.
  • Best cobra alternative for rust.
    2 projects | /r/rust | 9 Jun 2022
    As others have mentioned clap is one of the more popular, featureful CLI parsers though it does come at a compile time and binary size cost. We are working on improving that. See argparse-benchmarks for by-the-numbers comparison for the different parsers (ie only stats and no full feature lists). Clap is used by ripgrep, cargo, and many other tools
  • Announcing clap_lex 0.1!
    2 projects | /r/rust | 15 Apr 2022
    Compared to lexopt, which inspired this effort, clap_lex makes some different trade offs for flexibility and ergonomics which allows it to handle every case clap needs. There is room for more ergonomic improvements as the MVP was written for clap's needs. argparse-benchmarks-rs has been updated and clap_lex is roughly in line with lexopt for build-times and binary size.
  • Yet another command line argument parser: bpaf 0.4.0
    7 projects | /r/rust | 10 Apr 2022
    See https://github.com/rust-cli/argparse-benchmarks-rs/blob/main/examples/bpaf-app/app.rs
  • Immediately off the top of your head what is the best Rust CLI library.
    6 projects | /r/rust | 1 Apr 2022
    You can use this link: https://github.com/rust-cli/argparse-benchmarks-rs
  • Yet another command line argument parser: bpaf
    2 projects | /r/rust | 10 Mar 2022
    btw there are the argparse benchmarks which can be interesting points of comparison (though I haven't decided what is the criteria for being added to it yet).

What are some alternatives?

When comparing getargs and argparse-benchmarks-rs you can also consider the following projects:

faketty - Wrapper to exec a command in a pty, even if redirecting the output

clap-rs - A full featured, fast Command Line Argument Parser for Rust

async-fundamentals-initiative

sherlock - 🔎 Hunt down social media accounts by username across social networks

lexopt - Minimalist pedantic command line parser

ht - Friendly and fast tool for sending HTTP requests

xflags

cli-guidelines - A guide to help you write better command-line programs, taking traditional UNIX principles and updating them for the modern day.

structopt - Parse command line arguments by defining a struct.

ponyc - Pony is an open-source, actor-model, capabilities-secure, high performance programming language

argh - Rust derive-based argument parsing optimized for code size