minigraf 1.0.0

Zero-config, single-file, embedded graph database with bi-temporal Datalog queries
Documentation
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;