//! OXGTOPO snapshot bytes from benchmark graph fixtures.
use GeneratedBenchmarkGraph;
use crate::;
/// Builds OXGTOPO bytes (forward CSR + inbound CSC + metadata) from a shared fixture.
///
/// # Errors
///
/// Returns [`PostgresGraphError::Build`] when CSR construction fails.
///
/// # Performance
///
/// `O(m)` for `m` edges in the fixture.