ambient_element_component 0.3.1

Helper procedural macro for the Ambient runtime that converts a function to an `ElementComponent`, allowing for more concise definitions of components.
Documentation
[dependencies.itertools]
version = "0.10.5"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "1.0"

[lib]
proc-macro = true

[package]
description = "Helper procedural macro for the Ambient runtime that converts a function to an `ElementComponent`, allowing for more concise definitions of components."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "ambient_element_component"
readme = "README.md"
repository = "https://github.com/AmbientRun/Ambient"
rust-version = "1.70.0"
version = "0.3.1"