sipha-diff 2.0.0

Tree diff and comparison utilities for sipha syntax trees
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "sipha-diff"
version = "2.0.0"
edition = "2021"
description = "Tree diff and comparison utilities for sipha syntax trees"
license = "MIT"
repository = "https://github.com/sipha-parser/sipha"
homepage = "https://github.com/sipha-parser/sipha"
documentation = "https://docs.rs/sipha-diff"

[lints]
workspace = true

[dependencies]
sipha = { path = "../sipha", version = "2.0", features = ["emit"] }