Skip to content

Latest commit

 

History

History

node-libzfs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

node-libzfs

Build Status

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.