A solid reference for working with Tokio and async Rust patterns when you're building concurrent services or dealing with async I/O. It covers the practical stuff like task spawning, channels, streams, and error handling that comes up constantly in real async code. The implementation playbook has detailed examples, which is helpful when you're debugging subtle lifetime or pinning issues. Good for both getting async apps off the ground and figuring out why your spawned tasks aren't behaving. It's community sourced and stays focused on production patterns rather than trying to teach Rust from scratch.
npx -y skills add sickn33/antigravity-awesome-skills --skill rust-async-patterns --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
wshobson/agents