New APIs for JS, C, and Rust 🥳
This release focuses on accelerating math with new [SimSIMD](https://github.com/ashvardanian/simsimd) capabilities, exposing exact search, parallel index construction, and parallel search to more runtimes!
- C: `usearch_distance` to compute the distance between 2 vectors.
- C: `usearch_exact_search` to perform exact search over strided matrices.
- JS: `add`, `search`, `contains`, `count`, and `get` now support batches and can run in parallel!
- JS: `exactSearch` to perform exact search over continuous matrices.
- Rust: `export` is similar to `get` but less error-prone.
Special thanks to nairihar for his contributions on the JavaScript side, and to weedge for contributions in Rust 🤗