Re: Rust library for BTRFS

2016-10-19 Thread James Pharaoh
On 15/10/16 19:41, Hans van Kranenburg wrote: On 10/15/2016 04:31 PM, James Pharaoh wrote: >> I've basically reimplemented what I find in other tools because, as far as I can tell, there is no C library for BTRFS at this point. For code operating on an online filesystem, using the IOCTLs, yo

Re: Rust library for BTRFS

2016-10-15 Thread Hans van Kranenburg
On 10/15/2016 04:31 PM, James Pharaoh wrote: > > I have created a BTRFS library for Rust - very incomplete so far, but > possibly of interest to someone. Nice work, I'm doing the same for python. Just picked up working on it again, after summer: https://github.com/knorrie/python-btrfs > https://

Rust library for BTRFS

2016-10-15 Thread James Pharaoh
Hi all, I have created a BTRFS library for Rust - very incomplete so far, but possibly of interest to someone. https://gitlab.wellbehavedsoftware.com/well-behaved-software/rust-btrfs I've basically reimplemented what I find in other tools because, as far as I can tell, there is no C library