hyperapp_macro 0.1.2

The macro for async, handler-based Hyperware Hyperapps.
Documentation
[dependencies.hyperware_process_lib]
features = ["hyperapp"]
version = "2.3.1"

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

[dependencies.quote]
version = "1.0"

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

[lib]
name = "hyperapp_macro"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Sybil Technologies AG"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "The macro for async, handler-based Hyperware Hyperapps."
edition = "2021"
homepage = "https://hyperware.ai"
license = "Apache-2.0"
name = "hyperapp_macro"
readme = "README.md"
repository = "https://github.com/hyperware-ai/hyperapp-macro"
version = "0.1.2"