bucketwarden-replication 0.1.0

BucketWarden replication boundary.
Documentation
# bucketwarden-replication

[![License: Apache-2.0](https://img.shields.io/badge/license-Apache--2.0-blue.svg)](../../Cargo.toml)
[![Rust crate](https://img.shields.io/badge/rust-crate-orange.svg)](Cargo.toml)
[![SSOT governed](https://img.shields.io/badge/SSOT-governed-2f6f4e.svg)](../../.ssot/registry.json)

`bucketwarden-replication` is the product replication boundary for replication strategy support, CORS-adjacent controls, observability, and replication reporting.

## Install

```toml
bucketwarden-replication = { path = "../bucketwarden-replication" }
```

## Usage

```rust
let purpose = bucketwarden_replication::CRATE_PURPOSE;
```

## Crate Links

- Complements the runtime controller in [`bucketwarden-repl`]../bucketwarden-repl/README.md and the composition layer in [`bucketwarden-server`]../bucketwarden-server/README.md.

## Author

Jacob Stewart `<jacob@swarmauri.com>`