ojo_diff 0.1.0

A small crate for computing diffs (part of the ojo project)
Documentation
1
2
3
4
This crate contains a simple implementation of the patience diff algorithm
(specifically, the non-recursive variant described
[here](https://bramcohen.livejournal.com/73318.html)). This is part of the
[`ojo`](https://github.com/jneem/ojo), and is not intended for public use.