do-over 0.1.0

Async resilience policies for Rust inspired by Polly
Documentation
---
name: Feature Request
about: Suggest a new feature or enhancement
title: '[FEATURE] '
labels: enhancement
assignees: ''
---

## Summary

A brief description of the feature you'd like.

## Use Case

Describe the problem you're trying to solve or the use case for this feature.

## Proposed Solution

Describe how you envision this feature working.

### API Design (if applicable)

```rust
// Example of how the API might look
let policy = NewPolicy::new(config);
policy.execute(|| async { ... }).await?;
```

## Alternatives Considered

Describe any alternative solutions or workarounds you've considered.

## Similar Features in Other Libraries

- **Polly (.NET)**: [link or description]
- **resilience4j (Java)**: [link or description]
- **Other**:

## Additional Context

Add any other context, mockups, or examples about the feature request here.