···36363737## Development Status
38383939-Mostly complete, but API changes are possible. Patch parsing and strict
4040-application works and is well-covered by unit tests, but has not been validated
4141-extensively against real-world patches.
3939+Mostly complete. API changes are possible, particularly for patch application,
4040+but I expect the parsing interface and types to remain stable.
4141+4242+Patch parsing and strict application are well-covered by unit tests and the
4343+library is used in a production application that parses and applies thousands of
4444+patches every day, but the space of all possible patches is large, so there are
4545+likely undiscovered bugs.
42464347## Why another git/unified diff parser?
4448