# bucketwarden-replication
[](../../Cargo.toml)
[](Cargo.toml)
[](../../.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>`