refactor: use czv in czv-python

- Add `file_path` for czv-python count operations
- Refactor tests based on file path instead of data
- Use thiserror in czv
- Update examples to reflect changes
This commit is contained in:
rzmk 2024-06-20 01:03:54 -04:00
parent 9799ab694b
commit ce260e9491
14 changed files with 79 additions and 55 deletions

2
Cargo.lock generated
View file

@ -223,6 +223,7 @@ dependencies = [
"anyhow",
"criterion",
"csv",
"thiserror",
"typed-builder",
]
@ -232,6 +233,7 @@ version = "0.0.0"
dependencies = [
"anyhow",
"csv",
"czv",
"pyo3",
"thiserror",
]