A lightweight Rust library for generating and validating idempotency keys.
Idempotency keys ensure that duplicate requests (e.g., due to retries or network issues) are handled safely, enabling exactly-once semantics in your APIs.
TODO
Add to your `Cargo.toml`:
```toml
[dependencies]
idempotent = "0.0.0"