btrfs2 1.2.2

Interface for BTRFS ioctls etc | fork of the btrfs-crate containing fixes. Intent to yank crate once fixes are accepted upstream!
Documentation
1
2
3
4
5
6
7
8
9
10
mod ctypes;
mod imports;
mod ioctl_wrapper;
mod types;
mod operations;

pub use self::types::*;
pub use self::operations::*;

// ex: noet ts=4 filetype=rust