diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-06-24 12:01:38 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-06-24 12:01:38 +0800 |
| commit | 1d1baf75a3acb5eb32913a8bdad42bae42844aa2 (patch) | |
| tree | 5dafbcbce48a5de3c61bba0c7d309e97dd80b1ce /mingling_core/src/program.rs | |
| parent | addfbbf0b33a6251605990da73c2de5131766827 (diff) | |
Redesign hook system with structured info types and ProgramControls
Diffstat (limited to 'mingling_core/src/program.rs')
| -rw-r--r-- | mingling_core/src/program.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mingling_core/src/program.rs b/mingling_core/src/program.rs index a1b803e..e791d86 100644 --- a/mingling_core/src/program.rs +++ b/mingling_core/src/program.rs @@ -15,10 +15,10 @@ pub mod error; #[doc(hidden)] pub mod exec; #[doc(hidden)] -pub mod hook; -#[doc(hidden)] pub mod setup; +pub mod hook; + mod collection; pub use collection::*; |
