Hi Roman, I hope Will (the author of the Rust parts) can chime in too, but yes, while some parts are there, there's definitely more work needed for it to actually be usable. I don't think there are active plans for getting it published on crates.io; it needs someone to step up and plan out/finish the work. Contributions are of course welcome.
There are a couple WIP PRs [1][2] that might serve as a starting point. [1]: https://github.com/apache/arrow-adbc/pull/446 [2]: https://github.com/apache/arrow-adbc/pull/416 -David On Wed, Aug 23, 2023, at 08:38, Roman Shaposhnik wrote: > Hi! > > I am really eager to see ADBC support for the > Rust ecosystem and so far I've stumbled on > what seems to be a work-in-progress here: > https://github.com/apache/arrow-adbc/tree/main/rust > > There are a few comments in the source that > make it sound like it should be at least possible > to use it via Rust/C linkage, but then I look through > the implementation and even that part of it seems to > be missing. > > Am I overlooking something obvious here? > > And also, what are the plans for getting it to a point > where it can be published on crates.io? > > Thanks, > Roman.