first working attempt

This commit is contained in:
jan 2025-04-12 12:06:36 -07:00
commit e2ba1390c6
8 changed files with 165 additions and 55 deletions

View file

@ -12,4 +12,4 @@ crate-type = ["cdylib", "rlib"]
[dependencies]
byteorder = "^1"
arrow = "^54"
arrow = {version = "^54", features = ["ffi"]}