webhook-dispatcher 0.1.2

In-process webhook delivery engine with retries, DLQ, signatures, rate limits, and pluggable storage.
Documentation
# Contributing

Thanks for your interest in contributing!

## Development Setup

- Install Rust stable and Cargo.
- Run tests:

```bash
cargo test
```

## Code Style

- Keep code formatted with `rustfmt`.
- Prefer clear, explicit APIs and minimal dependencies.
- Add tests for new behavior or bug fixes.

## Reporting Issues

When filing a bug, include:

- Rust version (`rustc --version`)
- Operating system
- Minimal reproduction steps
- Expected vs actual behavior

## Pull Requests

- Open a PR against `main`.
- Describe the change and motivation.
- Include tests or explain why not needed.

## License

By contributing, you agree that your contributions are licensed under the MIT License.