patiencediff

Crates.iopatiencediff
lib.rspatiencediff
version0.2.0
sourcesrc
created_at2023-05-04 02:30:51.664291
updated_at2024-08-15 02:04:25.724439
descriptionImplementation of the patiencediff algorithm
homepagehttps://github.com/breezy-team/patiencediff-rs
repositoryhttps://github.com/breezy-team/patiencediff-rs
max_upload_size
id856146
size73,509
Jelmer Vernooij (jelmer)

documentation

README

patiencediff

This package contains the implementation of the patiencediff algorithm for Rust, as first described by Bram Cohen.

Like Python's difflib, this module provides both a convenience unified_diff function for the generation of unified diffs of text files as well as a SequenceMatcher that can be used on arbitrary lists.

Patiencediff provides a good balance of performance, nice output for humans, and implementation simplicity.

The code in this package was extracted from the Bazaar code base, and ported to rust.

Commit count: 0

cargo fmt