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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "neco-diffcore"
version = "0.1.0"
dependencies = [
 "neco-textpatch",
]

[[package]]
name = "neco-textpatch"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07899e49d01de50ab03dd0593c9c7f8c0d66e24ccfa16f007d7ecb7f65e977bd"