Skip to content

Commit c3e63c9

Browse files
committed
Semantic type diffing support
1 parent 2fc30cf commit c3e63c9

File tree

3 files changed

+1055
-0
lines changed

3 files changed

+1055
-0
lines changed

crates/diff-engine/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,3 +27,7 @@ edit-distance = "2.1"
2727
tokio = { workspace = true, features = ["test-util"] }
2828
criterion.workspace = true
2929
proptest.workspace = true
30+
31+
[[example]]
32+
name = "similarity_scoring_demo"
33+
path = "../../examples/similarity_scoring_demo.rs"

0 commit comments

Comments
 (0)