Crates.io | btrfsutil-sys |
lib.rs | btrfsutil-sys |
version | 1.3.0 |
source | src |
created_at | 2020-04-28 04:06:49.692609 |
updated_at | 2023-07-26 17:49:46.742153 |
description | Raw bindings to libbtrfsutil |
homepage | |
repository | https://github.com/cezarmathe/btrfsutil-sys |
max_upload_size | |
id | 234856 |
size | 41,842 |
Raw bindings to libbtrfsutil.
This library links to libbtrfsutil
, a shared library provided by installing btrfs-progs on most Linux systems.
# pacman -S btrfs-progs
# apt install libbtrfsutil1
(available since eoan)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).
MIT