mirror of
https://github.com/rzmk/czv.git
synced 2025-12-27 03:17:00 +00:00
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:
parent
9799ab694b
commit
ce260e9491
14 changed files with 79 additions and 55 deletions
|
|
@ -12,5 +12,6 @@ crate-type = ["cdylib", "rlib"]
|
|||
[dependencies]
|
||||
anyhow = "1.0.86"
|
||||
csv = "1.3.0"
|
||||
czv = { path = "../czv" }
|
||||
pyo3 = { version = "0.21.2", features = ["extension-module"] }
|
||||
thiserror = "1.0.61"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue