1 2 3 4 5
#[cfg_attr(pfic_rv2, path = "rv2.rs")] #[cfg_attr(pfic_rv3, path = "rv3.rs")] mod family; pub use family::*;