diff options
| author | 魏曹先生 <1992414357@qq.com> | 2026-05-19 22:48:23 +0800 |
|---|---|---|
| committer | 魏曹先生 <1992414357@qq.com> | 2026-05-19 22:48:23 +0800 |
| commit | 39d66182f0290bacc10886c2659874bd9edc2d4b (patch) | |
| tree | 7b0e9463575a8350cd5a61bd0d02c9bada892b7f /mingling_core/src/program.rs | |
| parent | bd4b09b06181093c95e865b04d4a9cdda7dd0728 (diff) | |
Add `empty_result!` macro and `REPL` resource, improve examples
Diffstat (limited to 'mingling_core/src/program.rs')
| -rw-r--r-- | mingling_core/src/program.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mingling_core/src/program.rs b/mingling_core/src/program.rs index c50e072..96b2b1a 100644 --- a/mingling_core/src/program.rs +++ b/mingling_core/src/program.rs @@ -26,6 +26,8 @@ mod once_exec; #[cfg(feature = "repl")] mod repl_exec; +#[cfg(feature = "repl")] +pub use repl_exec::res::REPL; mod single_instance; pub use single_instance::*; |
