idempotent 0.0.0

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

idempotent

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.

Features

TODO

Installation

Add to your Cargo.toml:

[dependencies]
idempotent = "0.0.0"