---
name: Feature Request
about: Suggest an idea for this project
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Feature Description
A clear and concise description of the feature you'd like to see.
## Problem Statement
Is your feature request related to a problem? Please describe.
Example: "I'm always frustrated when..."
## Proposed Solution
Describe the solution you'd like to see implemented.
## Example Usage
Show how you would use this feature:
```rust
use cron_parser::parse;
// Example of how you envision using this feature
```
## Alternatives Considered
Describe any alternative solutions or features you've considered.
## Additional Context
Add any other context, screenshots, or examples about the feature request here.
## Cron Expression Examples
If applicable, provide cron expression examples:
- Current behavior: `0 0 * * *` does...
- Desired behavior: `0 0 * * *` should do...