| Crates.io | btrfsutil |
| lib.rs | btrfsutil |
| version | 0.2.0 |
| created_at | 2020-05-05 16:14:31.719103+00 |
| updated_at | 2023-10-05 13:08:15.324155+00 |
| description | Safe wrappers for libbtrfsutil. |
| homepage | |
| repository | https://github.com/cezarmathe/btrfsutil-rs |
| max_upload_size | |
| id | 237775 |
| size | 84,281 |
Safe wrappers for libbtrfsutil.
This library links to libbtrfsutil, a shared library provided by installing btrfs-progs on most Linux systems.
pacman -S btrfs-progsapt install btrfs-progsAdd the latest version to your project with:
cargo add btrfsutil
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).
Examples require elevated privileges. Environment variables can be used to run examples with sudo, like so:
CARGO_TARGET_X86_64_UNKNOWN_LINUX_GNU_RUNNER='sudo -E' cargo run --example subvolume_iterator_info