yew_server_hook 0.3.0

A procedural macro that generates both server-side API handlers and client-side Yew hooks from a single function definition
Documentation
[dependencies.inventory]
version = "0.3"

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

[dependencies.quote]
version = "1.0"

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

[dependencies.yew_extra]
version = "0.3.0"

[dev-dependencies.axum]
features = ["json", "multipart", "macros"]
version = "0.8.6"

[dev-dependencies.gloo-net]
version = "0.5"

[dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.wasm-bindgen-futures]
version = "0.4"

[dev-dependencies.yew]
version = "0.21"

[features]
ssr = []

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

[package]
authors = ["Rouan van der Ende (rouan@netron.dev)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "wasm"]
description = "A procedural macro that generates both server-side API handlers and client-side Yew hooks from a single function definition"
edition = "2021"
keywords = ["yew", "web", "fullstack", "macro", "axum"]
license = "MIT OR Apache-2.0"
name = "yew_server_hook"
readme = "README.md"
repository = "https://github.com/netrondev/yew_crates"
version = "0.3.0"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "method_example"
path = "tests/method_example.rs"

[[test]]
name = "usage"
path = "tests/usage.rs"