async, tokio, futures, Send, Sync, spawn, Arc, Mutex, channel | concurrency |
ownership, borrow, lifetime, move, &mut, 'a, Drop | ownership |
Result, Option, ?, anyhow, thiserror, Error, unwrap, panic | error-handling |
unsafe, FFI, *mut, *const, transmute, MaybeUninit | unsafe-checker |
bench, flamegraph, criterion, perf, allocat, cache, SIMD | rust-performance |
test, #[test], assert, mock, proptest, quickcheck, coverage | rust-testing |
architecture, design, module, workspace, crate structure, monorepo | rust-architecture |
Cargo.toml, dependency, feature, version, semver, publish | rust-deps |
CI, CD, GitHub Actions, clippy, rustfmt, release, deploy | rust-ci |
refactor, simplify, extract, rename, dead code, cleanup | rust-refactor |
clap, CLI, argument, subcommand, terminal, TUI | rust-domain-cli |
axum, actix, warp, tower, HTTP, REST, API, web, server | rust-domain-web |
no_std, embedded, HAL, register, interrupt, cortex, RTOS | rust-domain-embedded |