Expand description
API for transforming file content, for example to apply formatting, and propagate those changes across revisions.
Structs§
- File
ToFix - Represents a file whose content may be transformed by a FileFixer.
- FixSummary
- Aggregate information about the outcome of the file fixer.
- Parallel
File Fixer - A FileFixer that applies fix_fn to each file, in parallel.
Enums§
- FixError
- Error fixing files.
Traits§
- File
Fixer - Fixes a set of files.
Functions§
- fix_
files - Updates files with formatting fixes or other changes, using the given FileFixer.