Skip to content

Commit

Permalink
Updated numbers in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyllingene committed Apr 6, 2024
1 parent 63a4981 commit 09cf3f2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sarge"
version = "7.2.1"
version = "7.2.2"
edition = "2021"

authors = ["Kyllingene"]
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ dependencies, reducing cruft and therefore build times. Here are some
differences with the industry standard, [clap](https://crates.io/crates/clap):

- No dependencies
- Leads to small size: `256KiB` compared to clap's `5.4MiB`\*
- Leads to small size: `264KiB` compared to clap's `5.5MiB`\*
(shallow clone of git repository | `du -h`)
- Leads to fast builds: `0.46s` to clap's `19.97s`, clean build\*
(times on my old laptop over cellular)
- Leads to fast builds: `0.4s` to clap's `7s`, clean build\*
(times on desktop over decent WiFi)
- No proc macros
- Provides a powerful *regular* macro through the default feature `macros`
- Provides a cleaner builder-like interface
Expand Down

0 comments on commit 09cf3f2

Please sign in to comment.