Graph storage layer
Provides CSR (Compressed Sparse Row) graph representation and Parquet persistence.
pub use csr::CsrGraph;
pub use csr::NodeId;