Commit graph

1 commit

Author SHA1 Message Date
Jeremie Fraeys
3bfaffc735
feat(scripts): add build-rust.sh for cross-platform Rust native library builds
Add new build script for Rust native libraries:

- Builds dataset_hash and queue_index crates via cargo

- Cross-platform support: Linux (.so), macOS (.dylib), Windows (.dll)

- Outputs to bin/native/ for consistency with C++ native libs

- Error handling for missing cargo installation
2026-03-23 15:19:09 -04:00