btrfs-disk 0.3.0

Platform-independent parsing of btrfs on-disk and stream structures
Documentation
1
2
3
4
5
6
7
8
9
# btrfs-disk

Platform-independent parsing of btrfs on-disk data structures.

Use this crate when you need to read btrfs superblocks or other on-disk
structures directly from block devices or image files, without going through
the kernel. Works on any platform that can read raw bytes.

Part of the [btrfs-progrs](https://github.com/rustutils/btrfs-progrs) project.