libbtrfs

Crates.iolibbtrfs
lib.rslibbtrfs
version0.0.12
sourcesrc
created_at2023-04-07 15:38:25.472997
updated_at2023-04-26 05:24:06.126768
descriptionLibrary for working with btrfs subvolumes
homepage
repository
max_upload_size
id832980
size127,531
(Lucasw93)

documentation

https://docs.rs/libbtrfs

README

libbtrfs

This library contains rust redefinitions of many of the macros and structures used by the btrfs filesystem. This is done to allow rust programs to interact directly with btrfs without needing to link any external C librarys. This library also contains utilites simmiar to libbtrfsutil but written in rust and intened to be used by rust programs. These utilites wrap raw btrfs ioctls to make working with btrfs subvolumes with rust easier. more information on btrfs ioctls can be found here. btrfs-ioctl(3)

Commit count: 0

cargo fmt