Registry / other / quasi
library0.32.0rscratesunverified

A quasi-quoting macro system.

# Cargo.toml [dependencies] quasi = "0.32.0"
INSTALL
IMPORT
SIG · QUASI
Q
quasi
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::quote;

Use the quote! macro to generate token streams.

use quasi::quote; fn main() { let x = 42; let tokens = quote! { #x }; println!("{:?}", tokens); }
Debug
Known issues
breakingRequires nightly Rust for proc macro support
fix
Use a stable alternative like `quote` crate or switch to nightly.
affects: >=0.32.0
Upgrade
Version history
0.32.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
quasi — cargo add quasi · libregistry