idempotent 0.1.1

Type-safe idempotency keys for building reliable, retry-safe APIs
idempotent-0.1.1 has been yanked.
Visit the last successful build: idempotent-0.3.0

This crate provides an idempotency abstraction.

The fundamental invariant is that for a given idempotency key, the side effect must be executed at most once, and the response MUST be returned at least once (to every request bearing that key within the TTL window)