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
89%
Actively maintained
915
Updated ≤ 30 days
3.8M
Total stars
861
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-08-13.

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 · 915 pushed in the last 30 days
bun95kactive

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

⑂ 5.0k8.0k
union74kactive

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

hyperswitch43kactive

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.7k3.1k
qdrant34kactive

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.2k417
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