summaryrefslogtreecommitdiff
path: root/src/normalizer.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename NormalizedPath's relative fieldA Farzat2026-06-201-12/+21
| | | | root_relative provides better semantic clarity.
* Make remove_paths normalize paths for comparisonA Farzat2026-06-191-0/+1
|
* Obtain absolute input path from NormalizerA Farzat2026-06-041-12/+25
|
* Make NormalizeError implement Error traitA Farzat2026-06-041-5/+32
|
* Move normalizer to a child moduleA Farzat2026-06-041-0/+234