Modules§
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.