1 2 3 4 5 6 7 8 9
#![cfg_attr(rustfmt, rustfmt::skip)] #[macro_use] #[path = "helpers/_mod.rs"] mod helpers; bench_modules! { mod live_queries; }