Rust CLI Tool with Clap & Error Handling
Build a production-quality Rust CLI tool with argument parsing, colored output, progress bars, and comprehensi...
AI prompts for Rust and Go development — memory safety patterns, concurrency, CLI tools, web services, and systems programming.
15 prompts found
Build a production-quality Rust CLI tool with argument parsing, colored output, progress bars, and comprehensi...
Build a production-ready Go REST API with clean architecture, middleware, database integration, and comprehens...
Understand and fix Rust ownership, borrowing, and lifetime errors with clear explanations and idiomatic soluti...
Implement Go concurrency patterns — goroutines, channels, select, context, worker pools, fan-out/fan-in, and p...
Build a high-performance Rust web service with Axum, SQLx, tower middleware, and OpenTelemetry observability.
Create a Go microservice with gRPC, Protocol Buffers, service discovery, and inter-service communication patte...
Master Rust async programming with Tokio — futures, streams, select, spawn, channels, and real-world async pat...
Write idiomatic Go tests with table-driven patterns, subtests, test helpers, mocking strategies, and golden fi...
Make an informed Rust vs Go choice for your project with side-by-side comparisons on performance, productivity...
Implement idiomatic Go error handling — custom error types, wrapping, sentinel errors, and error inspection pa...
Master Rust traits, generics, and trait objects — from basic implementations to advanced patterns with associa...
Build a composable HTTP middleware system in Go — logging, auth, CORS, rate limiting, compression, and request...