bovee / entab

* -> TSV
MIT License
21 stars 5 forks source link

Add bindings for Julia #5

Open bovee opened 4 years ago

bovee commented 4 years ago

I don't think there's a good binding library like pyo3 or wasm-bindgen, but this should be doable via straight FFI: https://github.com/felipenoris/JuliaPackageWithRustDep.jl

I'm not exactly sure what the best record format on the Julia side would be? Maybe there's something in their DataFrames library: https://juliadata.github.io/DataFrames.jl/stable/

bovee commented 2 years ago

There appear to be two libraries for binding to Julia and neither can really support this without a lot of work so this might be another year or two off.