# `Foundation`
[🔗](https://github.com/nshkrdotcom/foundation/blob/v0.2.1/lib/foundation.ex#L1)

Lightweight resilience primitives for Elixir applications.

Foundation provides backoff, retry orchestration, rate-limit backoff windows,
circuit breakers, semaphores, and optional telemetry helpers.

# `version`
[🔗](https://github.com/nshkrdotcom/foundation/blob/v0.2.1/lib/foundation.ex#L13)

```elixir
@spec version() :: String.t()
```

Return the current Foundation version.

---

*Consult [api-reference.md](api-reference.md) for complete listing*
