This commit is contained in:
Alex Garcia 2024-08-01 02:45:36 -07:00
parent 5be4c980ca
commit 09c3f05759
12 changed files with 120 additions and 47 deletions

View file

@ -34,7 +34,9 @@ fn main()-> Result<()> {
}
```
A full [`sqlite-vec` Rust demo](#TODO) is also available.
See
[`simple-rust/demo.rs`](https://github.com/asg017/sqlite-vec/blob/main/examples/simple-rust/demo.rs)
for a more complete Rust demo.
## Working with vectors in Rust