@iml/node-libzfs
v0.1.19
Published
Neon bindings to libzfs
Downloads
28
Keywords
Readme
node-libzfs
Neon bindings to rust-libzfs
Implements a binding layer from node to rust-libzfs via neon.
This allows native interop with libzfs. The current API has a small scope, but will expand over time as more use-cases arise.
Prereqs
Since this is a native module via rust, there are a few build / install time dependencies.
- Node.js
- Rust
- libzfs (installed to a place where
pkg-config
can find it)
This has only been tested with CentOS, but should work ok with other Linux distros.