function_group 0.2.4

A macro to hack in function overloading to rust
Documentation
[dependencies.quote]
version = "0.6.*"

[dependencies.syn]
features = ["full"]
version = "0.15.*"

[lib]
proc-macro = true

[package]
authors = ["Jon Davis <JonathonDevinDavis@gmail.com>"]
categories = ["no-std", "rust-patterns"]
description = "A macro to hack in function overloading to rust"
edition = "2018"
keywords = ["function", "overloading"]
license = "MIT/Apache-2.0"
name = "function_group"
readme = "README.md"
repository = "https://github.com/Jon-Davis/function_group"
version = "0.2.4"