Rust Rt Audit

Audit a Rust DSP crate for real-time-safety violations — verifies `#![no_std]`, no `alloc` dependency, `panic = "abort"`, runs targeted clippy lints, greps for banned constructs in the hot path, and scans the compiled LLVM-IR for allocator symbols. Designed to be run on any Rust DSP crate before merge. Use when this capability is needed.

tomevault-io c2dcbe0 2 files · 3.9 KB Updated

File contents

tomevault-io/skills-registry/tree/main/gertsylvest--meta-team--rust-rt-audit commit c2dcbe0a6f

Frequently asked questions

npx skillmds@latest add tomevault-io/rust-rt-audit