# Functions

Start returns a new Retry initialized to some default values.
StartWithCtx returns a new Retry initialized to some default values.
WithMaxAttempts is a helper that runs fn N times and collects the last err.

# Structs

Options provides reusable configuration of Retry objects.
Retry implements the public methods necessary to control an exponential- backoff retry loop.