1 stable release
1.0.0 | Jun 7, 2021 |
---|
#164 in #single
79 downloads per month
Used in r3_port_riscv
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.