Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Files

Latest commit

f5aca9c · Nov 1, 2018

History

History
19 lines (11 loc) · 864 Bytes

README.md

File metadata and controls

19 lines (11 loc) · 864 Bytes

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.