nsr-nodejs 0.3.0

Node.js bindings for the NSR (Neuro-Symbolic Recursive) AI framework
Documentation
1
2
3
4
5
extern crate napi_build;

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