inline-fn 0.0.1

Inline the content of a function without duplicating code. Useful when duplicating code is desired but you are too embarrassed to do it manually.
Documentation
[dependencies.anyhow]
version = "1"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1"

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

[dependencies.ulid]
version = "0.1"

[dependencies.walkdir]
version = "2"

[lib]
name = "inline_fn"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Mohammad Mustakim Ali <i@mustak.im>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools"]
description = "Inline the content of a function without duplicating code. Useful when duplicating code is desired but you are too embarrassed to do it manually."
documentation = "https://docs.rs/inline-fn/"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "inline-fn"
readme = "README.md"
repository = "https://github.com/mustakimali/inline-fn"
resolver = "2"
version = "0.0.1"