Add version table fuzz

This commit is contained in:
Arthur Carcano
2026-04-27 16:59:13 +02:00
committed by Alex
parent 9a18259419
commit 6ddae5397c
3 changed files with 103 additions and 0 deletions
+6
View File
@@ -18,3 +18,9 @@ path = "../src/table"
path = "../src/model"
features = ["arbitrary"]
[[bin]]
name = "version_crdt"
path = "fuzz_targets/version_crdt.rs"
test = false
doc = false
bench = false