Crates.io | fractal-btrfs-wrappers |
lib.rs | fractal-btrfs-wrappers |
version | 0.1.1 |
source | src |
created_at | 2022-08-02 19:02:41.761218 |
updated_at | 2022-08-02 19:09:47.313305 |
description | Async wrappers around BTRFS utilities. |
homepage | |
repository | https://github.com/fractalnetworksco/btrfs-wrappers |
max_upload_size | |
id | 637519 |
size | 44,428 |
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:
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.