1 2 3 4 5
#[cfg_attr(rcc_v0, path = "v0.rs")] #[cfg_attr(rcc_v1, path = "v1.rs")] mod family; pub use family::*;