rust-knowledge-patch

Installation
SKILL.md

Rust Knowledge Patch

Covers Rust 1.84–1.94 (2025-01-09 through 2026-03-05). Claude Opus 4.6 knows Rust through 1.83 and the 2021 Edition. It is unaware of the Rust 2024 Edition and any of the features below.

Index

Topic Reference Key features
Rust 2024 Edition references/rust-2024-edition.md Edition migration, breaking changes, let chains
Language features references/language-features.md Async closures, trait upcasting, naked functions, cfg booleans
Collections & iterators references/collections.md extract_if, as_chunks, array_windows, slice splits
Numeric methods references/numerics.md isqrt, midpoint, strict_*, sub_signed, const floats
Memory & unsafe references/memory.md Provenance APIs, NonNull, MaybeUninit, smart ptr alloc
Std library additions references/std-additions.md Pipes, file locking, sync, paths, Duration, fmt::from_fn
Cargo & toolchain references/cargo.md Resolver v3, publish --workspace, LLD linker, TOML 1.1
Lints & diagnostics references/lints.md New default warnings, never-type lints, diagnostic hints

Related skills
Installs
20
GitHub Stars
19
First Seen
Feb 7, 2026