rust-knowledge-patch
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 |
More from nevaberry/nevaberry-plugins
dioxus-knowledge-patch
Dioxus changes since training cutoff (latest: 0.7.4) — Signals replacing use_state, RSX macro overhaul, server functions, asset!() system, dx CLI, Element-as-Result. Load before working with Dioxus.
47postgresql-knowledge-patch
PostgreSQL changes since training cutoff (latest: 18.1) — JSON_TABLE, SQL/JSON functions, MERGE RETURNING, virtual generated columns, UUIDv7, temporal PRIMARY KEY. Load before working with PostgreSQL.
16bun-knowledge-patch
Bun changes since training cutoff (latest: 1.3.10) \u2014 S3 client, built-in SQL/Redis, route-based HTTP server, CSS bundler, V8 compatibility. Load before working with Bun.
14nextjs-knowledge-patch
Next.js changes since training cutoff (latest: 16.1) — proxy.ts, \"use cache\", Cache Components, navigation hooks, typed routes, auto PageProps, React 19.2. Load before working with Next.js.
14postgis-knowledge-patch
PostGIS changes since training cutoff (latest: 3.6.1) — SFCGAL CG_* rename, ST_CoverageClean, ST_AsRasterAgg, topology bigint IDs, viewport simplification, 3D SFCGAL ops. Load before working with PostGIS.
13typescript-knowledge-patch
TypeScript changes since training cutoff (latest: 5.9) — import defer, --module node20, ArrayBuffer breaking change, TypeScript 7 native Go port (tsgo). Load before working with TypeScript.
11