mwt 0.3.0

proc macros for generating mut and non-mut methods without duplicating code
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "fold"]
version = "1.0"

[lib]
proc-macro = true

[package]
description = "proc macros for generating mut and non-mut methods without duplicating code"
edition = "2021"
exclude = [".vscode"]
homepage = "https://github.com/phi-fell/mwt"
license = "MIT"
name = "mwt"
readme = "README.md"
repository = "https://github.com/phi-fell/mwt"
resolver = "2"
version = "0.3.0"