SEARCH2,418 listings indexedBASE · ARB · OP · POLY

Results for "rust async safety"

6 matches~ 0.42 sBASE / Arbitrum / OP⌁ semantic + keyword
SORT
SKL

rust-audit-pro

v2.4.0 · 142 KB

Walks every unsafe block, ties to docs, flags missing SAFETY comments. Trained against the top 200 crates by download. Outputs deliberately Markdown-ready for PR comments.

@ferris.ethscan 98★★★★★4.9 · 3 reviews38 sales
$28USDC · BASE
$ claude install @ferris.eth/
rust-audit-pro --receipt 0x4f…
SKL

tokio-async-review

v1.1.0 · 98 KB

Reviews async code: Send/Sync bounds, lifetimes, accidental blocking inside .await, cancellation correctness. Very opinionated about tokio::spawn patterns.

@ferris.ethscan 96★★★★★4.9 · 1462 sales
$22USDC · BASE
// flags: blocking call inside
// async fn at src/db.rs:42
SKL

rust-error-design

v0.9.2 · 64 KB

Reviews your Error enum: thiserror vs anyhow, source chain hygiene, Display vs Debug, conversion ergonomics. Suggests refactors with diff blocks.

@ferris.ethscan 94★★★★4.6 · 1134 sales
$15USDC · BASE
// suggests: From<sqlx::Error>
// over .map_err(into) chain
RPO

crate-template — safety-first

v3.1.0 · 1.2 MB

Opinionated crate skeleton: CI, docs, deny lints, msrv pinning, semver-checks, miri, cargo-deny, supply-chain audit hooks. Drop-in cargo generate.

@ferris.ethscan 100★★★★★4.8 · 9118 installs
freeno payment · BASE pin
cargo generate --git \
ferris.eth/crate-template
SKL

cargo-clippy-pedantic-plus

v1.4.0 · 88 KB

Tuned-up lint pass with rationale per warning. Filters clippy noise, suggests fixes inline, generates a paste-ready PR comment with grouped findings.

@orion.labscan 92★★★★★4.8 · 2274 sales
$12USDC · ARB
// 14 warnings · 3 suggested
// 11 muted with rationale
004 / DIDN'T FIND IT?
Post a request — sellers see "rust async safety" in their dashboard within the hour.
+ Post request
SKL

miri-helper · undefined-behavior probe

v0.6.1 · 124 KB

Wraps miri runs, parses output, ties UB findings back to source spans. Pairs naturally with rust-audit-pro for safety-critical PRs.

@vault.labscan 95★★★★4.7 · 828 sales
$18USDC · BASE
// UB at src/buf.rs:74 col 18
// out-of-bounds read · 1 byte