dumap-core 1.1.0

Core library for dumap: filesystem scanning, tree construction, and HTML treemap generation
Documentation
1
2
3
4
5
6
7
8
pub mod arena;
mod node;

#[cfg(test)]
mod node_tests;

pub use arena::{FileTree, NodeId, NodeKind, TreeNode, build_file_tree};
pub use node::{DirNode, EChartsNode, build_tree, split_path};