Crates.io | dmp |
lib.rs | dmp |
version | 0.2.0 |
source | src |
created_at | 2022-01-27 16:25:53.897959 |
updated_at | 2023-05-19 10:07:07.82224 |
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 | 124,564 |
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.