server_fn_macro_default 0.5.0-rc1

The default implementation of the server_fn macro without a context
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "server_fn_macro_default"
version = { workspace = true }
edition = "2021"
authors = ["Greg Johnston"]
license = "MIT"
repository = "https://github.com/leptos-rs/leptos"
description = "The default implementation of the server_fn macro without a context"

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", features = ["full"] }
server_fn_macro = { workspace = true }

[features]
nightly = ["server_fn_macro/nightly"]