diffs 0.5.1

A number of diff algorithms, also called longest common subsequence.
Documentation
  • Coverage
  • 81.25%
    13 out of 16 items documented0 out of 10 items with examples
  • Size
  • Source code size: 24.09 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 2.06 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • Homepage
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • P-E-Meunier

A generic diff library in Rust

This is an LCS-based diff library that works on slices of types implementing PartialEq.