rust

rust is a cursor rule for Cursor from inboxpraveen/Minimize-Cursor-Cost. It costs 0 tokens per session (359 once invoked), scanned A, original, Apache-2.0.

Project rules for Rust, a programming language focused on memory safety and predictable performance. They cover ownership, borrowing, errors, asynchronous code, and unsafe code.

In plain words
What is it for?
Use them when editing Rust functions, methods, implementations, error handling, ownership and borrowing, or asynchronous code.
Why use it?
They help changes fit the codebase's existing Rust patterns instead of introducing unnecessary clones, mismatched error types, or incompatible async runtimes.

Cursor rule for Cursor

Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

agentmods
npx agentmods add rules/inboxpraveen/minimize-cursor-cost/rust
Clone the repo
git clone --depth 1 https://github.com/inboxpraveen/Minimize-Cursor-Cost

Made for: Cursor.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for rust

README.md
[![agentmods](https://agentmods.dev/badge/rules/inboxpraveen/minimize-cursor-cost/rust.svg)](https://agentmods.dev/rules/inboxpraveen/minimize-cursor-cost/rust)
Your own site
<a href="https://agentmods.dev/rules/inboxpraveen/minimize-cursor-cost/rust"><img src="https://agentmods.dev/badge/rules/inboxpraveen/minimize-cursor-cost/rust.svg" alt="Measured on agentmods" height="20"></a>
Per session 0 Nothing until a file matches its globs; then the whole rule loads.
When invoked 359 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. Scan, not verified.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5 $0.00000 $0.00359
Opus 5 $0.00000 $0.00179
Sonnet 5 $0.00000 $0.00072
Haiku 4.5 $0.00000 $0.00036

Measured 4d ago against content hash 120b809760bf, method: parsed. Prices are Anthropic first-party input rates as of 2026-08-30, from the pricing page.

Security

Grade A, and why

rust scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 4d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

lean-cursor/.cursor/rules/rust.mdc · 39 lines

What it actually says

Rust-Specific Rules

Style

  • Match existing style: rustfmt is assumed.
  • Match existing error pattern: anyhow::Result vs thiserror vs custom Error enum. Don't mix.
  • Don't add #[derive(...)] traits beyond what siblings use.
  • Don't add lifetimes where elision works.

Output

  • Single function or impl block → show only that block.
  • Method on a struct → show only the method.
  • Use // ... rest of impl unchanged to skip.

Ownership & Borrowing

  • Prefer borrowing over cloning unless cloning is already the convention nearby.
  • Don't introduce Arc/Mutex/RwLock unless asked or required for correctness.
  • Don't change function signatures from &strString unless the bug requires it.

Errors

  • Use ? propagation matching existing style.
  • Don't introduce unwrap() in library code; use expect("…why this is safe…") if forced.
  • Match existing Result<T, E> type — don't switch error types mid-module.

Async

  • Don't add async/await unless the surrounding code is already async.
  • Match the existing runtime (tokio vs async-std) — never mix.

Never

  • Don't add unsafe blocks unless explicitly asked.
  • Don't add #[allow(...)] to silence warnings — fix the warning or leave it.
  • Don't restructure modules (mod/pub use) while fixing something unrelated.
  • Don't add doc comments (///) to private items unless the file already does.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 4d ago First seen · 39 lines · 0 tokens per session scan A 120b809760bf

Subscribe to this mod's changes

rust is a cursor rule published in the GitHub repository inboxpraveen/Minimize-Cursor-Cost (7 stars, last pushed 18d ago), licensed Apache-2.0. It costs nothing until one of its globs matches a file; then it loads 359 tokens. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-31.