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
[package]
name = "replace_self_ty"
version = "0.1.0"
edition = "2018"
description = "Macro magic to replace all instances of `Self` in a token tree"
keywords = ["macros", "self", "magic", "hack"]
categories = ["development-tools", "no-std"]
license = "Zlib OR Apache-2.0 OR MIT"
rust-version = "1.31.0"
repository = "https://github.com/madsmtm/replace_self_ty"