Skip to main content

这个仓库中的 skills

Impertio-Studio/Rust-Claude-Skill-Package - 第 2 页

SkillsMP 已收集 Impertio-Studio/Rust-Claude-Skill-Package 中的 44 个 Skill。打开任一 Skill 可查看来源和详情。

Impertio-Studio/Rust-Claude-Skill-Package

已展示 4 / 44 个已收集 Skill。

职业分类
软件开发工程师
描述

Use when the user needs a map of the Rust standard library: which std module provides what (collections, sync, io, fs, process, thread, time, path, env, ffi), the prelude, the core / alloc / std split, no_std switch, hash-DoS resilience. Prevents reaching for…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when the user asks about the Rust toolchain: rustup (channels, components, targets), cargo subcommands, rustc flags, clippy lint categories, rustfmt configuration, MSRV management, or how to set up a Rust workspace. Prevents using the wrong channel,…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when the user needs the conceptual overview of Rust async: the Future trait, how executors work, Send across .await, Pin/Unpin overview, the choice between tokio/async-std/smol/embassy runtimes, and structured concurrency basics. Prevents picking the…

原文语言:英语

更新
职业分类
软件开发工程师
描述

Use when the user needs the conceptual overview of Rust memory: ownership, move vs copy vs clone, drop semantics, RAII, stack vs heap, smart pointer choice (Box / Rc / Arc), interior mutability (Cell / RefCell / Mutex), or Send/Sync auto-traits. Prevents…

原文语言:英语

更新
已展示 4 / 44 个已收集 Skill。