Rust bindings for TileDB
Isaiah Norton
Hi everyone, we are actively developing Rust bindings on top of the libtiledb C API (TileDB Arrays library) here: https://github.com/TileDB-Inc/tiledb-rs
Please post questions on the forum, and issues on the Github issue tracker. We have not published on cargo yet but will likely do so in the future.
Isaiah Norton
Hi everyone, we are actively developing Rust bindings on top of the libtiledb C API (TileDB Arrays library) here: https://github.com/TileDB-Inc/tiledb-rs
Please post questions on the forum, and issues on the Github issue tracker. We have not published on cargo yet but will likely do so in the future.
Manuel Bichler
We r also currently evaluating TileDB and would need Rust bindings. Hope to try them soon. Thanks!
B
Bogdan State
Or, rather than +1, just publish a crate! Just open sourced the tiledb-sys crate, which contains Rust bindings to the TileDB C API, generated via bindgen :)
Description: https://scie.nz/tiledb-rust/
These are low-level bindings, and a client (similar to the Python one) would still be necessary. But they do the job, so far. (Successfully used them to write a dataset to S3).
B
Bogdan State
Let me strongly +1 this.