Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybershadow/d-btrfs
https://github.com/cybershadow/d-btrfs
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cybershadow/d-btrfs
- Owner: CyberShadow
- Created: 2020-11-06T07:10:54.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-10T17:21:03.000Z (over 1 year ago)
- Last Synced: 2023-08-10T22:52:06.740Z (over 1 year ago)
- Language: D
- Size: 91.8 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`.