libbtrfs 0.0.20

Rust library for working with the btrfs filesystem
Documentation

libbtrfs

This library is a rust library for working with the btrfs filesystem.

More information about the btrfs filesystem can be found at btrfs.readthedocs.io

This library includes, but is not limited to functions the wrap raw btrfs ioctls which provide a safer rust abstraction to raw ioctls. For more information about btrfs ioctls see: btrfs-ioctl(3)