macro_find_and_replace 1.0.0

Provides macros to find-and-repalce tokens.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "macro_find_and_replace"
version = "1.0.0"
authors = ["Noam Elul <noamelul@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Provides macros to find-and-repalce tokens."
repository = "https://github.com/lord-ne/rust-macro-find-and-replace"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
proc-macro = true