neco-diffcore 0.1.0

Line-level and character-level diff computation with hunk mapping and side-by-side view support
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "neco-diffcore"
version = "0.1.0"
edition = "2021"
rust-version = "1.82"
license = "MIT"
description = "Line-level and character-level diff computation with hunk mapping and side-by-side view support"
repository = "https://github.com/barineco/neco-editor"
readme = "README.md"
documentation = "https://docs.rs/neco-diffcore"
keywords = ["diff", "hunk", "myers", "side-by-side", "editor"]
categories = ["text-processing", "algorithms"]

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

[dependencies]
neco-textpatch = { version = "0.1.1", path = "../neco-textpatch" }