Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/cybershadow/d-btrfs


https://github.com/cybershadow/d-btrfs

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

btrfs API for D
===============

This package contains low-level definitions for querying BTRFS filesystems on Linux, as well as some high-level wrappers for a few operations.

The low-level code is mostly a direct port of the C definitions from [btrfs-progs](https://github.com/kdave/btrfs-progs).

The high-level wrappers can be found in `btrfs/package.d`.