leptos-rs / leptos

Build fast web applications with Rust.
https://leptos.dev
MIT License
15.31k stars 599 forks source link

feat: add `input_derive` parameter to `#[server]` macro (closes #2544) #2545

Closed luxalpa closed 2 months ago

luxalpa commented 2 months ago

Adds input_derive parameter for customizing the derives on the server functions input struct.

gbj commented 2 months ago

Looks good! Thanks very much.