Scribe Scanner
High-performance file system scanning and indexing capabilities for the Scribe library. This crate provides efficient tools for discovering, filtering, and analyzing files in large codebases with git integration and parallel processing.
Features
- Fast Repository Traversal: Efficient file discovery using
walkdirandignore - Git Integration: Prefer
git ls-fileswhen available, with fallback to filesystem walk - Language Detection: Automatic detection for 25+ programming languages
- Content Analysis: Extract imports, documentation structure, and metadata
- Parallel Processing: Memory-efficient parallel file processing using Rayon
- Binary Detection: Smart binary file detection using content analysis
Usage
use ;
use Path;
# async