Crate

quote

Quasi-quoting for generating Rust code inside proc-macros.

What it is

quote provides the quote! macro for constructing TokenStream values from Rust syntax templates with variable interpolation. It is the standard way to emit generated Rust code inside a procedural macro — the output counterpart to syn's parsing.

Why it is commonly used

Used alongside syn in every proc-macro crate. Rarely a direct application dependency — its repo count reflects the prevalence of crates that ship custom derive macros.

1.0k
Repositories
85%
Actively maintained
871
Updated ≤ 30 days
3.8M
Total stars
860
Owners

Counted from the Cargo.toml manifests of the 1.0k indexed repositories that declare quote as a dependency — not download counts. Dependency data last verified 2026-09-16.

Browse 1035 repositories using quote in Repos →
Often used with

Crates that show up unusually often in quote projects. The most distinctive pairings rank first — crates these projects use far more than the average indexed Rust project does, not just crates that are popular everywhere. Each percentage is the share of quote projects that also use it.

Used by these organizations
50 of 1.0k repositories · ranked by stars · 871 pushed in the last 30 days
bun96kactive

Incredibly fast JavaScript runtime, bundler, test runner, and package manager – all in one

⑂ 5.0k9.2k
union74kmaintenance

The trust-minimized, zero-knowledge bridging protocol, designed for censorship resistance, extremely high security, and usage in decentralized finance.

hyperswitch44kactive

Open source, composable payments platform | PCI compliant | SaaS and Self-host options | Enables connectivity to multiple payment, payout, fraud, vault and tokenization providers | Uplifts authorization with intelligent routing and revenue recovery | Reduce payment processing costs with cost observability | Reduces payment ops with reconciliation

servo38kactive

Servo aims to empower developers with a lightweight, high-performance alternative for embedding web technologies in applications.

⑂ 3.8k3.2k
qdrant35kactive

Qdrant - High-performance, massive-scale Vector Database and Vector Search Engine for the next generation of AI. Also available in the cloud https://cloud.qdrant.io/

tokio33kactive

A runtime for writing reliable asynchronous applications with Rust. Provides I/O, networking, scheduling, timers, ...

⑂ 3.6k447
Graphite27kactive

Community-built comprehensive 2D content creation appplication for graphic design, digital art, and interactive real-time motion graphics powered by a node-based procedural graphics engine

← Browse all repos