fractal-btrfs-wrappers

Crates.iofractal-btrfs-wrappers
lib.rsfractal-btrfs-wrappers
version0.1.1
sourcesrc
created_at2022-08-02 19:02:41.761218
updated_at2022-08-02 19:09:47.313305
descriptionAsync wrappers around BTRFS utilities.
homepage
repositoryhttps://github.com/fractalnetworksco/btrfs-wrappers
max_upload_size
id637519
size44,428
Patrick Elsen (xfbs)

documentation

README

BTRFS Wrappers

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:

Usage

To use this crate, simply add this line to your dependencies section in your crate configuration:

fractal-btrfs-wrappers = "0.1"

Optional features

There are no optional features.

License

AGPL 3.0, commercial licensing available upon request.

Commit count: 10

cargo fmt