| 1 | /// A git diff parser. |
| 2 | /// |
| 3 | /// The aim of this module is to produce ranges that refer to the original input bytes. |
| 4 | /// This approach can be preferable where one would want to: |
nothing calls this directly
no outgoing calls
no test coverage detected