Streaming
Results can be emitted during traversal instead of being buffered until the end.
Directory tree scanner with streaming output, filtering, export support, and recursion safety guards.
fscan is designed for directory traversal with output that stays readable at scale.
Streaming mode and recursion limits make it suitable for deep or messy trees.
Results can be emitted during traversal instead of being buffered until the end.
Depth limits and symlink loop detection help prevent runaway recursion.
The repository includes testing, performance work, and explicit error handling.