// SPDX-License-Identifier: Apache-2.0
//! Adjacency list graphs
//!//! This module provides adjacency list graph structures that
//! implement the [`Graph`] trait.
//!//! [`Graph`]: crate::graph::Graph
pubmodmap_adjacency_list;pubmodslice_adjacency_list;