fix(cleaner): add LogCleaner

This commit is contained in:
2026-01-22 13:29:57 +08:00
parent d83c33ef27
commit 37f8f6572d
3 changed files with 294 additions and 40 deletions

View File

@@ -1,7 +1,9 @@
// src/lib.rs
pub mod cleaner;
pub mod core;
pub mod model;
pub mod outputs;
pub use cleaner::LogCleaner;
use crate::core::Logger;
use once_cell::sync::OnceCell;