Bindings for Rust

Hi,

I’d love to use TileDB for a project written in Rust. Are there any plans for Rust bindings, either native or wrapping the C/C++ API?

Hi @denny

We don’t have immediate plans to support Rust. If you would like to open a feature request (https://feedback.tiledb.com/), we can track it from there.

Thanks!
Joe

1 Like

Thanks and done. I’ll keep an eye on it.

1 Like

Just open sourced the tiledb-sys crate, which contains Rust bindings to the TileDB C API, generated via bindgen.

Description: Introducing TileDB Rust bindings - scie.nz
Github: GitHub - scie-nz/tiledb-sys: Rust Bindings for the TileDB C API, generated using bindgen

1 Like

Thank you so much for this! We will monitor it and see how we can contribute.

I couldn’t get the build to work, but would be very interested in updated bindings!