Yet another command line argument parser: bpaf 0.5.2

This page summarizes the projects mentioned and recommended in the original post on /r/rust

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • bpaf

    Command line parser with applicative interface

  • Values that look like flags will be rejected, there's an example that covers this behavior: https://github.com/pacak/bpaf/blob/master/examples/negative.rs

  • cargo-supply-chain

    Gather author, contributor and publisher data on crates in your dependency graph.

  • I'm very happy with it for cargo supply-chain. I appreciate that it has no unsafe code, no sprawling dependency tree, and supports OsStr in addition to just &str.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • argparse-benchmarks-rs

    Discontinued Collected benchmarks for arg parsing crates written in Rust [Moved to: https://github.com/rosetta-rs/argparse-rosetta-rs]

  • You can check out the argparse-benchmarks-rs though that only gives a high level summary.

  • clap-rs

    A full featured, fast Command Line Argument Parser for Rust

  • Validation of argument relationship (dependencies, conflicts, overrides) including more complex ones through groups (see a recent request for help)

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts