sendstream_parser 0.2.2

Parser for BTRFS sendstreams
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[![Workflow Status](https://github.com/vmagro/sendstream_parser/actions/workflows/main.yml/badge.svg)](https://github.com/vmagro/sendstream_parser/actions)
[![docs.rs](https://img.shields.io/docsrs/sendstream_parser)](https://docs.rs/sendstream_parser)
![Maintenance](https://img.shields.io/badge/maintenance-experimental-blue.svg)

# sendstream_parser

Rust parser for [BTRFS
Sendstreams](https://btrfs.readthedocs.io/en/latest/Send-receive.html)
which are created via
[btrfs-send](https://btrfs.readthedocs.io/en/latest/btrfs-send.html).

License: MIT