cezarmathe / btrfsutil-sys

Raw bindings to libbtrfsutil.

Home Page:https://crates.io/crates/btrfsutil-sys

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

btrfsutil-sys

Build Status btrfsutil-sys docs libbtrfsutil version

Raw bindings to libbtrfsutil.

Building

This library links to libbtrfsutil, a shared library provided by installing btrfs-progs on most Linux systems.

  • Arch Linux: # pacman -S btrfs-progs
  • Ubuntu: # apt install libbtrfsutil1 (available since eoan)

Usage

Add this to your Cargo.toml:

[dependencies]
btrfsutil-sys = "1.2.1"

For further details, please refer to the documentation.

Also, please keep in mind that many of the operations this library can perform may require elevated privileges(CAP_SYSTEM_ADMIN).

License

MIT

About

Raw bindings to libbtrfsutil.

https://crates.io/crates/btrfsutil-sys

License:MIT License


Languages

Language:C 86.8%Language:Rust 13.2%