atelier-sdk-diff 0.1.0

The format-independent diff model: addressed deltas and the fidelity ladder
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "atelier-sdk-diff"
version = "0.1.0"
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "The format-independent diff model: addressed deltas and the fidelity ladder"
keywords = ["diff", "documents", "versioning", "fidelity"]
categories = ["text-processing", "data-structures"]

[lints]
workspace = true

[dependencies]
similar.workspace = true
thiserror.workspace = true