btrfs 1.1.0

Interface for BTRFS ioctls etc
Documentation

Rust BTRFS library

Hosted at [gitlab.wellbehavedsoftware.com] (https://gitlab.wellbehavedsoftware.com/well-behaved-software/rust-btrfs)

Mirrord at github.com

Available from crates.io

Written by James Pharaoh

Open sourced under the [Apache 2.0 license] (http://www.apache.org/licenses/LICENSE-2.0)

Description

This is a (somewhat incomplete) rust reimplementation of the rust userspace library. In fact, there isn't a C userspace library as such, but the userspace tools include lowlevel interfaces which this project is based on.

This is mostly here to implement the things I need for now, but I'm open to any contributions to make this the standard BTRFS userspace library for rust!

Other links

BTRFS wiki

[BTRFS utilities (kdave)] (git://git.kernel.org/pub/scm/linux/kernel/git/kdave/btrfs-progs.git)

[BTRFS utilities (mason)] (git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-progs.git)