1 2 3 4 5
mod data; #[allow(clippy::module_inception)] mod store; pub use store::{QueryStore, Store};