mwt 0.3.0

proc macros for generating mut and non-mut methods without duplicating code
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "mwt"
version = "0.3.0"
edition = "2021"
description = "proc macros for generating mut and non-mut methods without duplicating code"
homepage = "https://github.com/phi-fell/mwt"
repository = "https://github.com/phi-fell/mwt"
readme = "README.md"
license = "MIT"
exclude = [".vscode"]

[dependencies]
syn = { version = "1.0", features = ["full", "fold"] }
quote = "1.0"

[lib]
proc-macro = true