From bdbaad9eff0eb3425dd0af8d3f479c7d8dcfd632 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 5 Apr 2026 22:33:19 +0800 Subject: Add Groupped derive macro for automatic trait implementation --- mingling/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mingling') diff --git a/mingling/src/lib.rs b/mingling/src/lib.rs index dcb9dd0..eb1d970 100644 --- a/mingling/src/lib.rs +++ b/mingling/src/lib.rs @@ -87,6 +87,9 @@ pub mod macros { pub use mingling_macros::renderer; } +/// derive macro Groupped +pub use mingling_macros::Groupped; + pub mod docs { pub mod basic { //! # Basic Usage -- cgit