mirror of
https://github.com/ruvnet/RuVector.git
synced 2026-05-25 06:36:37 +00:00
- Remove async from &mut self methods in streaming.rs (NAPI limitation) - Remove Debug derive from structs with Float32Array (not impl Debug) - Remove Clone derive from string_enum types (conflicting implementations) - Change Option<f32> to Option<f64> in JS types (NAPI doesn't support f32) - Add f32/f64 conversions between JS layer and core Rust library - Change avg_degree from f32 to f64 in JsGraphStats These fixes allow the ruvector-graph-node crate to compile successfully. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| agentic-synth-ci.yml | ||
| build-native.yml | ||
| validate-lockfile.yml | ||