10 releases (1 stable)
1.0.0 | Jun 28, 2023 |
---|---|
0.9.0 | Jul 11, 2022 |
0.8.0 | Mar 16, 2022 |
0.7.0 | Sep 9, 2021 |
0.2.4 | Oct 12, 2020 |
#363 in Configuration
1,323 downloads per month
Used in feattle
90KB
1.5K
SLoC
feattle-sync
This crate is the implementation for some synchronization strategies for the feature flags (called "feattles", for short).
The crate feattle_core
provides the trait feattle_core::persist::Persist
as the
extension point to implementors of the persistence layer logic. This crates has some useful
concrete implementations: Disk
and [S3
]. Please refer to the
main package - feattle
for more information.
It also provides a simple way to poll the persistence layer for updates in BackgroundSync
.
Optional features
- s3: provides [
S3
] to integrate with AWS' S3
License
Licensed under either of
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
at your option.
Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See CONTRIBUTING.md.
Dependencies
~4–15MB
~178K SLoC