[package]
edition = "2021"
name = "union-fn"
version = "0.2.0"
authors = ["Robin Freyler <robin.freyler@gmail.com>"]
description = "Proc. macro for creating efficient \"inline closures\"."
documentation = "https://docs.rs/union-fn/"
readme = "README.md"
keywords = [
"closure",
"interpreter",
"dispatch",
"instruction",
"function",
]
categories = [
"data-structures",
"no-std",
"emulators",
]
license = "MIT"
repository = "https://github.com/robbepop/union-fn"
[profile.bench]
lto = "fat"
codegen-units = 1
[[bench]]
name = "cmp"
harness = false
[dependencies.union-fn-macro]
version = "0.2.0"