interstellar 0.2.0

A high-performance graph database with Gremlin-style traversals and GQL query language
Documentation
1
2
3
4
5
6
7
8
//! Shared test utilities and fixtures.
//!
//! This module provides common test infrastructure used across all integration tests:
//! - `TestGraph` variants for different test scenarios
//! - `TestGraphBuilder` for custom test graph construction
//! - Assertion helpers and test utilities

pub mod graphs;