Skip to content

Commit

Permalink
docs: Update data
Browse files Browse the repository at this point in the history
  • Loading branch information
epage committed Aug 24, 2023
1 parent d8c646d commit 378cd2c
Show file tree
Hide file tree
Showing 2 changed files with 39,949 additions and 14 deletions.
28 changes: 14 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,22 +26,22 @@ docs*

Name | Overhead (release) | Build (debug) | Parse (release) | Invalid UTF-8 | Downloads | Version
-----|--------------------|---------------|-----------------|---------------|-----------|--------
null | 0 KiB | 354ms *(full)* <br/>204ms *(incremental)* | 3ms | Y | - | -
argh | 36 KiB | 4s *(full)* <br/>238ms *(incremental)* | 4ms | N | ![Download count](https://img.shields.io/crates/dr/argh) | v0.1.10
bpaf | 221 KiB | 1s *(full)* <br/>273ms *(incremental)* | 5ms | Y | ![Download count](https://img.shields.io/crates/dr/bpaf) | v0.7.10
bpaf_derive | 220 KiB | 6s *(full)* <br/>274ms *(incremental)* | 4ms | Y | ![Download count](https://img.shields.io/crates/dr/bpaf) | v0.7.10
clap | 608 KiB | 6s *(full)* <br/>488ms *(incremental)* | 4ms | Y | ![Download count](https://img.shields.io/crates/dr/clap) | v4.2.0
clap-minimal | 395 KiB | 3s *(full)* <br/>364ms *(incremental)* | 4ms | Y | ![Download count](https://img.shields.io/crates/dr/clap) | v4.2.0
clap_derive | 641 KiB | 8s *(full)* <br/>511ms *(incremental)* | 4ms | Y | ![Download count](https://img.shields.io/crates/dr/clap) | v4.2.0
clap_lex | 32 KiB | 559ms *(full)* <br/>224ms *(incremental)* | 3ms | Y | ![Download count](https://img.shields.io/crates/dr/clap_lex) | v0.4.1
gumdrop | 33 KiB | 4s *(full)* <br/>233ms *(incremental)* | 3ms | N | ![Download count](https://img.shields.io/crates/dr/gumdrop) | v0.8.1
lexopt | 32 KiB | 534ms *(full)* <br/>216ms *(incremental)* | 4ms | Y | ![Download count](https://img.shields.io/crates/dr/lexopt) | v0.3.0
pico-args | 28 KiB | 532ms *(full)* <br/>218ms *(incremental)* | 3ms | Y | ![Download count](https://img.shields.io/crates/dr/pico-args) | v0.5.0
xflags | 23 KiB | 990ms *(full)* <br/>213ms *(incremental)* | 3ms | Y | ![Download count](https://img.shields.io/crates/dr/xflags) | v0.3.1
null | 0 KiB | 234ms *(full)* <br/>172ms *(incremental)* | 3ms | Y | - | -
argh | 38 KiB | 3s *(full)* <br/>203ms *(incremental)* | 4ms | N | ![Download count](https://img.shields.io/crates/dr/argh) | v0.1.10
bpaf | 282 KiB | 965ms *(full)* <br/>236ms *(incremental)* | 5ms | Y | ![Download count](https://img.shields.io/crates/dr/bpaf) | v0.9.4
bpaf_derive | 276 KiB | 4s *(full)* <br/>238ms *(incremental)* | 5ms | Y | ![Download count](https://img.shields.io/crates/dr/bpaf) | v0.9.4
clap | 654 KiB | 3s *(full)* <br/>392ms *(incremental)* | 4ms | Y | ![Download count](https://img.shields.io/crates/dr/clap) | v4.4.0
clap-minimal | 427 KiB | 2s *(full)* <br/>330ms *(incremental)* | 4ms | Y | ![Download count](https://img.shields.io/crates/dr/clap) | v4.4.0
clap_derive | 689 KiB | 6s *(full)* <br/>410ms *(incremental)* | 4ms | Y | ![Download count](https://img.shields.io/crates/dr/clap) | v4.4.0
clap_lex | 27 KiB | 407ms *(full)* <br/>188ms *(incremental)* | 3ms | Y | ![Download count](https://img.shields.io/crates/dr/clap_lex) | v0.5.1
gumdrop | 37 KiB | 3s *(full)* <br/>198ms *(incremental)* | 3ms | N | ![Download count](https://img.shields.io/crates/dr/gumdrop) | v0.8.1
lexopt | 34 KiB | 385ms *(full)* <br/>184ms *(incremental)* | 3ms | Y | ![Download count](https://img.shields.io/crates/dr/lexopt) | v0.3.0
pico-args | 23 KiB | 384ms *(full)* <br/>185ms *(incremental)* | 3ms | Y | ![Download count](https://img.shields.io/crates/dr/pico-args) | v0.5.0
xflags | 22 KiB | 709ms *(full)* <br/>179ms *(incremental)* | 3ms | Y | ![Download count](https://img.shields.io/crates/dr/xflags) | v0.3.1

*System: Linux 5.4.0-104-generic (x86_64) w/ `-j 8`*
*System: Linux 5.4.0-124-generic (x86_64) w/ `-j 8`*

*rustc: rustc 1.68.1 (8460ca823 2023-03-20)*
*rustc: rustc 1.72.0 (5680fa18f 2023-08-23)*

Notes:
- Overhead will be lower if your application shares dependencies with your argument parsing library.
Expand Down
Loading

0 comments on commit 378cd2c

Please sign in to comment.