dmp 0.2.2

A high-performance library in that manipulates plain text
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "dmp"
publish = true
edition = "2021"
version = "0.2.2"
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
description = "A high-performance library in that manipulates plain text"
homepage = "https://github.com/surrealdb/dmp"
repository = "https://github.com/surrealdb/dmp"
keywords = ["dmp", "diff", "diff-match-patch"]
categories = ["algorithms", "text-editors", "text-processing"]
license = "MIT"

[dependencies]
urlencoding = "2.1.3"

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(fuzzing)'] }