fix_fn 0.1.0

Macro to create recursive closures (similar to the Y combinator).
Documentation
[package]
name = "fix_fn"
version = "0.1.0"
authors = ["Tobias Kahlert <code.databyte@gmail.com>"]
edition = "2018"
license = "MIT"
description = "Macro to create recursive closures (similar to the Y combinator)."

[dependencies]