Crates.io | dmp |
lib.rs | dmp |
version | 0.2.3 |
created_at | 2022-01-27 16:25:53.897959+00 |
updated_at | 2025-04-09 11:22:11.94332+00 |
description | A high-performance library in that manipulates plain text |
homepage | https://github.com/surrealdb/dmp |
repository | https://github.com/surrealdb/dmp |
max_upload_size | |
id | 522620 |
size | 105,126 |
The Diff Match and Patch libraries offer robust algorithms to perform the operations required for synchronising plain text. This repository contains a Rust version of the original diff-match-patch library, using up-to-date crate packages.
A fuzzer is provided as a sanity-check:
RUST_BACKTRACE=1 cargo fuzz run fuzz
This code is forked originally from diff_match_patch.rs, licensed under the MIT license.