Generate a Rust command-line application with Clap, error handling, and configuration
Create Rust CLI application for:
Application Name: {{APP_NAME}}
Purpose: {{PURPOSE}}
Subcommands: {{SUBCOMMANDS}}
Features: {{FEATURES}}
Generate complete Rust CLI structure:
1. **Project Structure:**
- Cargo.toml with dependencies
- src/main.rs
- src/lib.rs
- src/cli/
- src/commands/
-…Premium Prompt
Unlock this prompt — and all 30,000+ expert-crafted prompts — with Pro.
Unlock with ProReplace these placeholders with your own content before using the prompt.
[{APP_NAME][{PURPOSE][{SUBCOMMANDS][{FEATURES]