nt-napi-bindings 1.0.0

Node.js N-API bindings for Neural Trader - High-performance TypeScript/JavaScript interface
Documentation
1
2
3
4
5
6
7
8
// Build script for napi-rs bindings
// This generates the necessary glue code for Node.js FFI

extern crate napi_build;

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