This is a utility crate that offers async wrappers for using BTRFS utilities, for example to create snapshots and send snapshots or receive snapshots through asynchronous streams.
Use this crate if you want to interact with the btrfs
utilities in an async codebase.
Resources:
- Documentation: nightly, latest release
- Crates.io: fractal-btrfs-wrappers
To use this crate, simply add this line to your dependencies section in your crate configuration:
fractal-btrfs-wrappers = "0.1"
There are no optional features.
AGPL 3.0, commercial licensing available upon request.