3 unstable releases

0.2.1 Feb 1, 2024
0.2.0 Jan 21, 2024
0.1.0 Jul 6, 2022

#1247 in Filesystem

Download history 8/week @ 2024-01-19 8/week @ 2024-01-26 2/week @ 2024-02-02 8/week @ 2024-02-16 33/week @ 2024-02-23 20/week @ 2024-03-01 3/week @ 2024-03-22 52/week @ 2024-03-29 18/week @ 2024-04-05

73 downloads per month
Used in 2 crates (via libbtrfsutil)

MIT license

3KB

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 "pkgconfig(libbtrfsutil)"

Development

Run test:

$ CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER='sudo -E' cargo test

Dependencies

~0–2.8MB
~47K SLoC