Crate gravityfile_scan

Crate gravityfile_scan 

Source
Expand description

File system scanning engine for gravityfile.

This crate provides high-performance parallel directory scanning using jwalk for traversal.

Structs§

FileNode
A single file or directory in the tree.
FileTree
Complete scanned file tree with metadata.
InodeTracker
Tracks seen inodes to prevent double-counting hardlinks.
JwalkScanner
High-performance scanner using jwalk for parallel traversal.
NodeId
Unique identifier for a node within a tree.
ScanConfig
Configuration for scanning operations.
ScanProgress
Progress information during a scan.
ScanWarning
Non-fatal warning encountered during scan.
Timestamps
File metadata timestamps.
TreeStats
Summary statistics for a scanned tree.

Enums§

NodeKind
Type of file system node.
ScanError
Errors that can occur during scanning.
WarningKind
Kind of scan warning.