Below you will find pages that utilize the taxonomy term “cschuman”
January 13, 2026
Cargo Perf
Version updated for https://github.com/cschuman/cargo-perf to version v0.6.0.
This action is used across all versions by 0 repositories. Go to the GitHub Marketplace to find the latest changes.
Action Summary The cargo-perf GitHub Action is designed to perform static analysis on Rust code to identify issues related to async correctness and runtime performance. It automates the detection of common bugs such as blocking operations in async contexts, potential deadlocks, and inefficient code patterns like unoptimized loops or resource mismanagement.