1
2
3
4
5
6
7
8
//! # lgl 
//!
//! Provides a small API for dealing with directed graphs.

pub mod graph;

#[cfg(test)]
mod tests;