#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

#147 in #tokens

Download history 76/week @ 2024-11-22 133/week @ 2024-11-29 216/week @ 2024-12-06 105/week @ 2024-12-13 132/week @ 2024-12-20 113/week @ 2024-12-27 119/week @ 2025-01-03 59/week @ 2025-01-10 30/week @ 2025-01-17 18/week @ 2025-01-24 26/week @ 2025-01-31 51/week @ 2025-02-07 54/week @ 2025-02-14 67/week @ 2025-02-21 53/week @ 2025-02-28 51/week @ 2025-03-07

243 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