1 2 3 4 5 6 7 8 9 10 11
#![feature(uniform_paths, proc_macro_path_invoc)] #![cfg_attr( feature = "cargo-clippy", allow(bool_comparison, new_without_default_derive) )] pub mod b_vrp; pub mod constr; pub mod prelude; mod problem; mod utils;