Start of a huge refactoring

This commit is contained in:
Eric Coissac
2026-08-22 17:03:53 +02:00
parent 1261aeba86
commit 5048f43eea
1040 changed files with 1050 additions and 270 deletions
+4 -1
View File
@@ -1658,6 +1658,7 @@ dependencies = [
"obikalgorithm",
"obikindex",
"obikindexer",
"obikmerge",
"obikseq",
"obipipeline",
"obiread",
@@ -1672,13 +1673,15 @@ name = "obikmerge"
version = "0.1.0"
dependencies = [
"obicompactvec",
"obikfilter",
"obikalgorithm",
"obikindex",
"obikindexer",
"obikseq",
"obipipeline",
"obiskio",
"obisys",
"rayon",
"tempfile",
"tracing",
]