Files
lancedb/Cargo.toml
gsilvestrin 38e6efc185 JavaScript / Node.js library for LanceDB
- Core rust library
- ffi bridge that exposes rust functionality to javascript
- npm package that provides a TypeScript / JavaScript library
- limitations: it only supports reading for now
2023-05-10 12:51:49 -07:00

6 lines
67 B
TOML

[workspace]
members = [
"rust/vectordb",
"rust/ffi/node"
]