Registry / other / quasi-macros

quasi-macros

JSON →
library0.32.0rscratesunverified

A quasi-quoting macro system for Rust procedural macros.

# Cargo.toml [dependencies] quasi_macros = "0.32.0"
INSTALL
IMPORT
SIG · QUASI-MACROS
Q
quasi-macros
otherrustv0.32.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

quote
✓ use quasi_macros::quote;

Use the quote! macro to generate token streams.

use quasi_macros::quote; fn main() { let tokens = quote! { fn hello() -> u32 { 42 } }; println!("{:?}", tokens); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.32.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources
quasi-macros — cargo add quasi-macros · libregistry