docs.rs failed to build libbtrfs-0.0.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
libbtrfs-0.0.20
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)