From b6876f9df6e3119331fac01c0bc954ca9f3c798b Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sun, 5 Apr 2026 20:33:57 +0800 Subject: Add general renderer support with serialization formats --- mingling_core/src/markers.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'mingling_core/src/markers.rs') diff --git a/mingling_core/src/markers.rs b/mingling_core/src/markers.rs index 151a0d4..1c89ea8 100644 --- a/mingling_core/src/markers.rs +++ b/mingling_core/src/markers.rs @@ -1,2 +1,4 @@ #[doc(hidden)] -pub mod group_process; +pub mod next_process; +#[doc(hidden)] +pub mod this_program; -- cgit