#backup #deduplication #restic #encryption #library

rustic_config

rustic_config - library for configuration support in rustic-rs

1 unstable release

0.1.0 Feb 4, 2024

#2365 in Command line utilities

41 downloads per month

Apache-2.0 OR MIT

8KB

Library for configuration support in rustic

About

This library is a part of the rustic project and provides a set of types for the rustic_core library. It is used to collect everything regarding configuration for backends, CLI, and other related functionality.

Note: rustic_config is in an early development stage and its API is subject to change in the next releases. If you want to give feedback on that, please open an issue.

Contact

You can ask questions in the Discussions or have a look at the FAQ.

Contact Where?
Issue Tracker GitHub Issues
Discord Discord
Discussions GitHub Discussions

Usage

Add this to your Cargo.toml:

[dependencies]
rustic_config = "0.1"

Usage & Examples

Due to being a support crate for rustic_core, there are no examples here. Please check the examples in the rustic_core crate.

Contributing

Found a bug? Open an issue!

Got an idea for an improvement? Don't keep it to yourself!

Please make sure, that you read the contribution guide.

Minimum Rust version policy

This crate's minimum supported rustc version is 1.71.1.

The current policy is that the minimum Rust version required to use this crate can be increased in minor version updates. For example, if crate 1.0 requires Rust 1.20.0, then crate 1.0.z for all values of z will also require Rust 1.20.0 or newer. However, crate 1.y for y > 0 may require a newer minimum version of Rust.

In general, this crate will be conservative with respect to the minimum supported version of Rust.

License

Licensed under either of:

No runtime deps