#replace #tokens #macro #single

macro macro_find_and_replace

Provides macros to find-and-repalce tokens

1 stable release

1.0.0 Jun 7, 2021

#139 in #tokens


Used in r3_port_riscv

MIT/Apache

9KB
107 lines

macro_find_and_replace

This crate provides macros to find-and-replace tokens. See the documentation on Crates.io for more details.


lib.rs:

macro_find_and_replace

This crate provides macros to find-and-replace tokens.

For more information about tokens in general and what counts as a single token, see the TokenStream type in the proc_macro crate, which is the input and output type of procedural macros.

No runtime deps