diffkit 0.1.0

A library for diffing and patching sequences and nested structures
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "diffkit"
version = "0.1.0"
edition = "2021"
authors = ["Giovanni Ornaghi <giovanni.ornaghi@gmail.com>"]
description = "A library for diffing and patching sequences and nested structures"
license = "Unlicense"
repository = "https://github.com/sphaso/diffkit"
readme = "README.md"
keywords = ["diff", "patch", "myers", "config"]
categories = ["algorithms", "data-structures"]

[dev-dependencies]
proptest = "1"