1 2 3 4 5 6 7 8
//! Feature tests written alongside the 0.20 APIs (`tests/v19/*.rs`). #[path = "v19/v19_kernel.rs"] mod v19_kernel; #[path = "v19/v19_mnlogit.rs"] mod v19_mnlogit; #[path = "v19/v19_raters.rs"] mod v19_raters;