Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 359 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 359 Bytes

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.

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