We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b300535 commit 9a595c6Copy full SHA for 9a595c6
Cargo.toml
@@ -3,7 +3,7 @@ name = "sap"
3
version = "0.0.5"
4
edition = "2024"
5
rust-version = "1.85"
6
-description = "Small Argument Parser"
+description = "A small, simple and sweet argument parser for Rust"
7
license = "Apache-2.0"
8
authors = ["Matilde Morrone <[email protected]>"]
9
repository = "https://github.com/morr0ne/sap"
README.md
@@ -1,6 +1,6 @@
1
# 🌿 Sap
2
-_A small, sweet argument parser for Rust_
+_A small, simple and sweet argument parser for Rust_
[](https://crates.io/crates/sap)
[](https://docs.rs/sap)
0 commit comments