//! Collection of various graph types implementations.
//!//! These types usually wrap a [storage](crate::storage) and provide additional,
//! higher-level semantics and type-level guarantees.
modgeneric;modpath;pubusegeneric::Graph;pubusepath::{Path, PathError};