dmp 0.2.3

A high-performance library in that manipulates plain text
Documentation
[dependencies.trice]
version = "0.4.0"

[dependencies.urlencoding]
version = "2.1.3"

[lib]
name = "dmp"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "warn"
priority = 0

[package]
authors = ["Tobie Morgan Hitchcock <tobie@surrealdb.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["algorithms", "text-editors", "text-processing"]
description = "A high-performance library in that manipulates plain text"
edition = "2021"
homepage = "https://github.com/surrealdb/dmp"
keywords = ["dmp", "diff", "diff-match-patch"]
license = "MIT"
name = "dmp"
publish = true
readme = "README.md"
repository = "https://github.com/surrealdb/dmp"
version = "0.2.3"