Are you working with Rust and need to choose the right crate? This guide helps you pick the best library for your project. It covers common tasks like serialization, async runtimes, HTTP clients, and more. Crate selection is made easier with clear criteria and warning signs.
You will learn how to integrate external code and handle language interop with C, Python, Node.js, and WebAssembly. The skill also explains Cargo features and workspace management to keep your dependencies clean. Troubleshooting common errors like E0433 and E0603 is included.
This knowledge helps you build reliable Rust applications with the right tools. You can avoid anti-patterns and make smart choices about dependency maintenance and API stability.
Global
mkdir -p ~/.claude/skills/m11-ecosystemProject
mkdir -p .claude/skills/m11-ecosystemSource Repository
Typescript Advanced Typeswshobson/agents
Master advanced TypeScript types for safer and more flexible code
Python Executorqu-skills/skills
Execute Python code safely with 100+ libraries for data, scraping, and media
Golang Error Handlingsamber/cc-skills-golang
Learn to create, wrap, inspect, and log Go errors like a professional engineer
Golang Performancesamber/cc-skills-golang
Speed up your Go code using proven patterns for allocation reduction and CPU efficiency
Golang Design Patternssamber/cc-skills-golang
Idiomatic Go patterns for clean constructors error handling and graceful shutdown
Golang Concurrencysamber/cc-skills-golang
Write safe Go concurrency with goroutines, channels, and sync primitives
Golang Data Structuressamber/cc-skills-golang
Optimize Go data structures for speed and memory efficiency with internals knowledge
Golang Contextsamber/cc-skills-golang
Master Go context for cancellations, timeouts, and request values