tie / libbtrfsutil-rs

Safe bindings to libbtrfsutil

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

libbtrfsutil-rs

Crates.io docs.rs

Rust bindings for libbtrfsutil.

Requirements

libbtrfsutil-sys generates the bindings at build time through bindgen. As such, you need to have libclang and libbtrfsutil installed on your system. To install them on Fedora:

# dnf install clang-devel "pkgconfig(libbtrfsutil)"

About

Safe bindings to libbtrfsutil

License:MIT License


Languages

Language:Rust 99.9%Language:C 0.1%