subx_cli/core/
mod.rs

1//! SubX Core 模組
2#![allow(dead_code)]
3
4pub mod file_manager;
5pub mod formats;
6pub mod language;
7pub mod matcher;
8pub mod parallel;
9pub mod sync;