function_group 0.1.1

A macro to hack in function overloading to rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "function_group"
version = "0.1.1"
authors = ["Jon Davis <JonathonDevinDavis@gmail.com>"]
edition = "2018"
description = "A macro to hack in function overloading to rust"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/Jon-Davis/function_group"
keywords = ["function", "overloading"]
categories = ["no-std", "rust-patterns"]
[dependencies]