secureops-napi 0.0.1

SecureOps N-API addon surface: plain Rust audit entrypoints the napi-derive wrappers expose to the TS shim (Ring 1).
1
2
3
4
5
extern crate napi_build;

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