exec_call
System command execution
Line 89Snippets
set.spawn(async move { tokio::spawn(async move { tokio::spawn(async move { tokio::spawn(async move { tokio::spawn(async move {delimiter_injection
Conversation delimiter injection (breakout)
Conversation delimiter injection (breakout)
Line 486Snippets
async fn fetch_user(pool: &PgPool, id: &str) -> Result<User> {network_call
Outbound network call
Outbound network call
Line 63Snippets
let result = fetch_data("https://api.example.com").await?;async fn fetch_data(url: &str) -> Result<String> {async fn fetch_all_concurrent(urls: Vec<String>) -> Result<Vec<String>> { fetch_data(&url).awaitasync fn fetch_with_limit(urls: Vec<String>, limit: usize) -> Vec<Result<String>> {Trust Score
Mis a jour il y a 2 semaines
Analyse le
31 mars 2026, 15:58
+ 2 previous scans
Compatible avec
Skill details
Mis a jour il y a 2 semaines
Analyse le 31 mars 2026, 15:58
Description
Master Rust async programming with Tokio, async traits, error handling, and concurrent patterns. Use when building async Rust applications, implementing concurrent systems, or debugging async code.
Scans recents
31 mars 2026, 15:58
Latest analysis
31 mars 2026, 15:13
Run 2
27 mars 2026, 15:54
Run 1