mirror of
https://github.com/clap-rs/clap
synced 2024-11-15 17:08:00 +00:00
No description
43ca9a2547
Unfortunately, this added another 6.6 KB Compared to `HEAD~` on `06_rustup`: - build: 7.41us -> 6.28us - parse: 9.36us -> 8.07us - parse_sc: 9.29us -> 7.74us For context, this run compares `HEAD` to `v3-master` ``` build_rustup time: [10.765 µs 10.869 µs 10.981 µs] change: [+72.716% +74.316% +75.832%] (p = 0.00 < 0.05) Performance has regressed. parse_rustup time: [14.264 µs 14.329 µs 14.407 µs] change: [+75.565% +76.899% +78.172%] (p = 0.00 < 0.05) Performance has regressed. parse_rustup_with_sc time: [14.947 µs 15.025 µs 15.107 µs] change: [+92.606% +94.079% +95.573%] (p = 0.00 < 0.05) Performance has regressed. ``` So anything we are doing at this point is a large improvement. |
||
---|---|---|
.github | ||
assets | ||
clap_bench | ||
clap_complete | ||
clap_complete_fig | ||
clap_derive | ||
clap_lex | ||
clap_mangen | ||
examples | ||
src | ||
tests | ||
.clippy.toml | ||
.gitignore | ||
.pre-commit-config.yaml | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
committed.toml | ||
CONTRIBUTING.md | ||
LICENSE-APACHE | ||
LICENSE-MIT | ||
Makefile | ||
README.md | ||
release.toml | ||
typos.toml |
clap
Command Line Argument Parser for Rust
Dual-licensed under Apache 2.0 or MIT.
About
Create your command-line parser, with all of the bells and whistles, declaratively or procedurally.
For more details, see: