replace_self_ty 0.1.0

Macro magic to replace all instances of `Self` in a token tree
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# `replace_self_ty`

[![Latest version](https://badgen.net/crates/v/replace_self_ty)](https://crates.io/crates/replace_self_ty)
![License](https://badgen.net/badge/license/Zlib%20OR%20Apache-2.0%20OR%20MIT/blue)
[![Documentation](https://docs.rs/replace_self_ty/badge.svg)](https://docs.rs/replace_self_ty/)

Macro magic to replace all instances of `Self` in a token tree.

Mostly for illustration / learning purposes.

See also:
- [The Little Book of Rust Macros]https://lukaswirth.dev/tlborm/.
- [Anything you can do, I can do worse with macro_rules!]https://www.youtube.com/watch?v=7uSM60jlkBE.
- [Aurorans Solis' Blog]https://auroranssolis.github.io/.