idempotent 0.0.0

Type-safe idempotency keys for building reliable, retry-safe APIs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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`:

```toml
[dependencies]
idempotent = "0.0.0"