# 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: - Documentation: [nightly][rustdoc], [latest release][docs] - Crates.io: [fractal-btrfs-wrappers][cratesio] ## 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](LICENSE.md), commercial licensing available upon request. [rustdoc]: https://fractalnetworks.gitlab.io/libraries/brtfs-wrappers/doc/fractal_btrfs_wrappers [docs]: https://docs.rs/fractal-btrfs-wrappers [cratesio]: https://crates.io/crates/fractal-btrfs-wrappers