1 2 3 4 5 6
pub mod ru_multi; // ✅ 对外暴露 pub use ru_multi::RuMulti; mod ru_multi_init; pub use ru_multi_init::*;