From 2a3d6bea2bc65cc38640bb11ebe41baa0a3e3ccf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wilhelm=20=C3=85gren?= <36638274+wilhelmagren@users.noreply.github.com> Date: Thu, 14 Dec 2023 12:50:46 +0100 Subject: [PATCH] [build] update package description (#5) * [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 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 75061aa..d8b6f7b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 ", ]