C++ implementation of Python's difflib
This is a header-only library, so just copy difflib.hpp into a location in your project and it's ready to go.
Examples on usage can be found in the tests directory
To make the test suite, cd in to the tests directory and then:
mkdir build
cd build
cmake ..
cmake --build .