union-fn 0.2.0

Proc. macro for creating efficient "inline closures".
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"