File operations for worktree-setup.
This crate provides file system operations for setting up worktrees:
- Symlink creation
- File and directory copying
- Configuration application
- Operation planning with file counts
Example
use ;
// Plan operations first (for progress display)
let operations = plan_operations?;
// Execute each operation with progress callback
for op in &operations