// SPDX-License-Identifier: Apache-2.0
//! Edge list graphs
//!
//! This module provides edge list graph structures implementing the
//! [`Graph`] and [`GraphWithEdgeValues`] traits.
//!
//! [`Graph`]: crate::graph::Graph
//! [`GraphWithEdgeValues`]: crate::graph::GraphWithEdgeValues