neco-textpatch 0.1.2

Deterministic text patch helpers for narrow structured edits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "neco-textpatch"
version = "0.1.2"
edition = "2021"
rust-version = "1.82"
license = "MIT"
description = "Deterministic text patch helpers for narrow structured edits"
repository = "https://github.com/barineco/neco-editor"
readme = "README.md"
documentation = "https://docs.rs/neco-textpatch"
keywords = ["text", "patch", "edit", "config", "rewrite"]
categories = ["text-processing", "algorithms"]

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