1 2 3 4 5 6
pub mod rusingle; pub mod rusingle_init; // mod.rs pub use rusingle_init::find_bean_rusingle; // ✅ 对外暴露 pub use rusingle::RuSingle;