Module util

Source

Modules§

redirect

Traits§

Retryable
The Retryable trait allows an error type to define retry logic for specific errors.

Functions§

parse_timestamp
Parse a 14-digit Wayback Machine timestamp into a date-time value.
retry_future
Execute a future with retries where the error type is Retryable.
to_timestamp
Encode a date-time value as a 14-digit Wayback Machine timestamp.