1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/**
 * Copyright 2023 Thomas Hügel.
 * This file is part of Cargo Graphmod.
 * SPDX-License-Identifier: GPL-3.0-only
 */

 #[doc = include_str!("../README.md")]

pub mod app_builder;
mod colors;
mod dependency_components;
mod dependencies_graph;
mod dependencies_parser;
mod dot_formatter;
mod files_reader;
mod trie;