File: README.md

package info (click to toggle)
rust-proc-quote-impl 0.3.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, trixie
  • size: 120 kB
  • sloc: makefile: 4
file content (8 lines) | stat: -rw-r--r-- 355 bytes parent folder | download
1
2
3
4
5
6
7
8
Rust Quasi-Quoting
==================

This crate hosts the procedural macro implementation 
[`proc-quote::quote!`](https://crates.io/crates/proc-quote), rather than the
[the original `quote!` macro](https://github.com/dtolnay/quote), implemented with `macro_rules!`.

This crate is not supposed to be used directly. Use `proc-quote` crate instead.