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.