From 9c07fcb00c15ead7ce6f5165fed6d98bead1b2c8 Mon Sep 17 00:00:00 2001 From: Jelte Fennema-Nio Date: Thu, 18 Jan 2024 00:56:48 +0100 Subject: [PATCH 1/2] Add rust-patterns as a category The description of this category fits derive_more quite well: > Shared solutions for particular situations specific to programming in Rust. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index dd244ec9..556e5622 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/derive_more" readme = "README.md" keywords = ["derive", "Add", "From", "Display", "IntoIterator"] -categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std"] +categories = ["rust-patterns", "development-tools", "development-tools::procedural-macro-helpers", "no-std"] include = [ "src/**/*.rs", From 664739a85da2b56ab9ae736538773079a2120cd1 Mon Sep 17 00:00:00 2001 From: tyranron Date: Thu, 18 Jan 2024 16:18:07 +0100 Subject: [PATCH 2/2] Alphabetic order! --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 556e5622..303f7358 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,7 +11,7 @@ documentation = "https://docs.rs/derive_more" readme = "README.md" keywords = ["derive", "Add", "From", "Display", "IntoIterator"] -categories = ["rust-patterns", "development-tools", "development-tools::procedural-macro-helpers", "no-std"] +categories = ["development-tools", "development-tools::procedural-macro-helpers", "no-std", "rust-patterns"] include = [ "src/**/*.rs",