rust-libzfs icon indicating copy to clipboard operation
rust-libzfs copied to clipboard

FreeBSD Support?

Open fabianfreyer opened this issue 7 years ago • 2 comments
trafficstars

It would be great if rust-libzfs would also work on FreeBSD!

fabianfreyer avatar Jul 05 '18 16:07 fabianfreyer

Hi @fabianfreyer,

We are currently using bindgen to create bindings using ZFS on Linux with CentOS. However I would be open to having different bindings generated / consumed provided we can keep the existing rust wrapper layer compatible.

I won't have time to work on something like this in the near future, but PRs / further discussion is certainly welcome

jgrund avatar Jul 10 '18 13:07 jgrund

I have the necessary modifications to the build system for FreeBSD 11.2 support. I am currently trying to build the bindings against ZoL master on a Debian VM to ensure that I have not broken the Linux support. I'm going to try to make a FreeBSD support PR this weekend.

dsheets avatar Jul 14 '18 20:07 dsheets