Hello, I would like to look into implementing rust bindings to make this easier to integrate into Rust applications via a crate. This would involve adding bindings to a new packages/rust directory. https://github.com/asg017/sqlite-vec does something like this at https://github.com/asg017/sqlite-vec/tree/main/bindings/rust.
This would be adding more to your release process as well as managing a new package for crates.io, so I wanted to double check with you before I go forward with something like this. If this isn't something you want to manage, I could look at something else, such as my own separate repo and I pull in the necessary sources from your repo.
Hello, I would like to look into implementing rust bindings to make this easier to integrate into Rust applications via a crate. This would involve adding bindings to a new
packages/rustdirectory. https://github.com/asg017/sqlite-vec does something like this at https://github.com/asg017/sqlite-vec/tree/main/bindings/rust.This would be adding more to your release process as well as managing a new package for crates.io, so I wanted to double check with you before I go forward with something like this. If this isn't something you want to manage, I could look at something else, such as my own separate repo and I pull in the necessary sources from your repo.