rust-async-patterns
Async Rust with Tokio: tasks, channels, streams, async traits, and error handling.
๐ก๏ธ AgentReady threat assessment
MAESTRO 7-layer threat model + OWASP AIVSS risk score for rust-async-patterns, derived from its capabilities.
AIVSS 6.7 ยท Medium
View MAESTRO 7-layer threat model โOverview
An Agent Skill that injects production async-Rust patterns using the Tokio runtime when the agent builds concurrent network services. It covers tasks, channels, streams, async-trait error handling, and performance debugging. The skill supplies idiomatic patterns the agent writes into Rust code.
Key features
- Tokio task/channel/stream patterns
- Async error-handling idioms
- Async performance debugging
Use cases
- Building concurrent Rust services
- Debugging async Rust code