Registry / build-tool / quote-impersonated

quote-impersonated

JSON →
library0.1.0rscratesunverified

Quasi-quoting macro quote!(...) for Rust.

# Cargo.toml [dependencies] quote-impersonated = "0.1.0"
INSTALL
IMPORT
SIG · QUOTE-IMPERSONATED
Q
quote-impersonated
build-toolrustv0.1.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 quote_impersonated::quote;

Uses the quote! macro to generate token streams.

use quote_impersonated::quote; fn main() { let name = "world"; let tokens = quote! { println!("Hello, {}!", #name); }; println!("Generated tokens: {:?}", tokens); }
Debug
Known issues
gotchaThis is an impersonation of the popular `quote` crate; may have different behavior or bugs.
fix
Use the official `quote` crate from `https://crates.io/crates/quote`.
affects: >=0.1.0
Upgrade
Version history
0.1.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
quote-impersonated — cargo add quote-impersonated · libregistry