hyperapp_macro 0.1.1

The macro for async, handler-based Hyperware Hyperapps.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "hyperapp_macro"
authors = ["Sybil Technologies AG"]
version = "0.1.1"
edition = "2021"
description = "The macro for async, handler-based Hyperware Hyperapps."
homepage = "https://hyperware.ai"
repository = "https://github.com/hyperware-ai/hyperapp_macro"
license = "Apache-2.0"

[lib]
proc-macro = true

[dependencies]
hyperware_process_lib = { version = "2.2.0", features = ["hyperapp"] }
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["full", "extra-traits"] }