1 2 3 4 5 6 7 8 9 10 11
#![allow(clippy::module_inception)] // base bizTag 下包含 base 与 bitable 两个 project(CSV 的 meta.Project) #[cfg(feature = "base")] pub mod base; #[cfg(feature = "bitable")] pub mod bitable; #[cfg(feature = "base")] pub mod service;