fn_mut 0.1.0

fn_mut macro generates function which takes mutable reference to self and returns mutable reference.
Documentation
[dependencies]
lazy_static = "0.2"
quote = "0.3"
regex = "0.2"

[dependencies.syn]
features = ["full"]
version = "0.11"

[lib]
proc-macro = true

[package]
authors = ["Jan Jedelský <hjajet@gmail.com>"]
description = "fn_mut macro generates function which takes mutable reference to self and returns mutable reference."
documentation = "https://jaje.github.io/fn_mut_rs/fn_mut/"
license = "MIT"
name = "fn_mut"
repository = "https://github.com/jaje/fn_mut_rs"
version = "0.1.0"