Skip to content

Commit

Permalink
[build] update package description (#5)
Browse files Browse the repository at this point in the history
* [bench] criterion benchmarking format! vs pad

* [feat] implement efficient padding

* [build] crate metadata, deps, and criterion bench conf

* [feat] cargo fmt and clippy lint changes

* [build] update package description
  • Loading branch information
wilhelmagren committed Dec 14, 2023
1 parent 7b5d77b commit 2a3d6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
name = "padder"
version = "0.1.0"
edition = "2021"
description = "String formatting done right."
description = "String formatting and padding, done right, the rusty way."
authors = [
"Wilhelm Ågren <wilhelmagren98@gmail.com>",
]
Expand Down

0 comments on commit 2a3d6be

Please sign in to comment.