treewalk 0.1.4

Common utilities for exploring a file tree
Documentation
1
2
3
4
5
6
7
8
/// tools for comparing files/directories based on [`std::fs::Metadata`]
pub mod comparison;
/// tools for formatting output of results (i.e. human readable units)
pub mod format;
/// tools for getting children (recursive) of a particular [Path]
pub mod lineage;
/// utilities for interacting with other modules in a simplified manner
pub mod utils;