1 2 3 4 5
#![cfg_attr(test, allow(deprecated))] pub mod libs; #[cfg(feature = "types")] pub mod model;