Fixed mistake in csv parser (was parsing as csv, not ssv)

This commit is contained in:
2024-10-31 10:56:02 +00:00
parent a704b6c15f
commit 150fe23f6c
3 changed files with 31 additions and 16 deletions
+1
View File
@@ -19,6 +19,7 @@ rayon = "*"
thiserror = "1.0.60"
[dev-dependencies]
anyhow = "1.0.91"
approx = "0.5.1"
arbitrary = { version = "1.3.2", features = ["derive"] }
arbtest = "0.3.1"