doteur_core/dot_structs/
mod.rs

1// Copyright ⓒ 2021-2024 LABEYE Loïc
2// This tool is distributed under the MIT License, check out [here](https://github.com/nag763/doteur/blob/main/LICENCE.MD).
3
4mod attribute;
5pub(crate) mod dot_file;
6pub(crate) mod dot_table;
7pub(crate) mod relation;