1 2 3 4 5 6
pub(crate) mod storage; pub(crate) mod types; // Re-export the one name imported via `crate::graph::FactStorage` across the codebase. // Everything else is imported directly from `crate::graph::types::*`. pub(crate) use storage::FactStorage;