jp_diff 0.1.0

A small crate for computing diffs (part of the jp project)
Documentation
  • Coverage
  • 50%
    3 out of 6 items documented0 out of 2 items with examples
  • Size
  • Source code size: 27.57 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.58 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • jneem/ojo
    33 1 2
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • jneem

This crate contains a simple implementation of the patience diff algorithm (specifically, the non-recursive variant described here). This is part of the jp, and is not intended for public use.