Re-exports§
pub use category::FileCategory;pub use error::ScanError;pub use html::generate_html;pub use scan::ScanConfig;pub use scan::ScanProgress;pub use scan::scan_directory;pub use tree::DirNode;pub use tree::EChartsNode;pub use tree::FileTree;pub use tree::NodeId;pub use tree::NodeKind;pub use tree::TreeNode;pub use tree::build_file_tree;
Modules§
Functions§
- clean_
path - Strip the Windows extended-length path prefix (
\\?\) if present.