Rust Ownership & Borrowing Problem Solver
Understand and fix Rust ownership, borrowing, and lifetime errors with clear explanations and idiomatic solutions.
More in Rust & Go Prompts
Rust: Build a Concurrent Web Scraper
Rust async scraper using tokio + reqwest + scraper.
Go: Production-Ready HTTP Server Template
Go HTTP server template with structured logging, graceful shutdown, and middlewa...
Rust: Convert a Node.js Script to Rust CLI
Port a Node.js CLI to Rust for speed and single-binary distribution.
Go: Microservice with gRPC and Connect-go
Go microservice exposing both gRPC and REST via Connect-go.