chkpt-napi 0.3.0

Node.js N-API bindings for chkpt – a fast, content-addressable checkpoint system
Documentation
1
2
3
4
5
extern crate napi_build;

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