Expand description
File system scanning engine for gravityfile.
This crate provides high-performance parallel directory scanning using jwalk for traversal.
Structs§
- File
Node - A single file or directory in the tree.
- File
Tree - Complete scanned file tree with metadata.
- Inode
Tracker - Tracks seen inodes to prevent double-counting hardlinks.
- Jwalk
Scanner - High-performance scanner using jwalk for parallel traversal.
- NodeId
- Unique identifier for a node within a tree.
- Scan
Config - Configuration for scanning operations.
- Scan
Progress - Progress information during a scan.
- Scan
Warning - Non-fatal warning encountered during scan.
- Timestamps
- File metadata timestamps.
- Tree
Stats - Summary statistics for a scanned tree.
Enums§
- Node
Kind - Type of file system node.
- Scan
Error - Errors that can occur during scanning.
- Warning
Kind - Kind of scan warning.