#proc-macro #single

macro macro_find_and_replace

Provides macros to find-and-repalce tokens

1 stable release

1.0.0 Jun 7, 2021

#164 in #single

Download history 6/week @ 2024-07-26 1/week @ 2024-08-02 1/week @ 2024-08-23 7/week @ 2024-08-30 10/week @ 2024-09-20 3/week @ 2024-09-27 1/week @ 2024-10-04 2/week @ 2024-10-11 4/week @ 2024-10-18 50/week @ 2024-10-25 23/week @ 2024-11-01

79 downloads per month
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