Files
lancedb/nodejs/build.rs
Lei Xu 1cd5426aea feat: rework NodeJS SDK using napi (#847)
Use Napi to write a Node.js SDK that follows Polars for better
maintainability, while keeping most of the logic in Rust.
2024-01-23 15:14:45 -08:00

6 lines
65 B
Rust

extern crate napi_build;
fn main() {
napi_build::setup();
}