leptos/leptos_macro
eliza aa3700ffb9
feat: add `impl_from` argument to `#[server]` proc_macro (#2335)
* Add `impl_into` argument

* Add `impl_into` argument

* Revert unneeded changes

* Address review comments

Rename `impl_into` back to be `impl_from`
Rework docstring

* Fix typo in docstring
2024-02-19 21:16:46 -05:00
..
example chore: fix lifetime on example (#2125) 2023-12-20 19:10:59 -05:00
src feat: add `impl_from` argument to `#[server]` proc_macro (#2335) 2024-02-19 21:16:46 -05:00
tests Fixed tests for `server_fn` (#2167) 2024-01-19 14:16:18 -05:00
.gitignore Initial commit 2022-07-31 16:46:14 -04:00
Cargo.toml changes to get `todo_app_sqlite_axum` example working 2024-01-19 14:16:17 -05:00
Makefile.toml fix(ci): address clippy issue (#2278) 2024-02-09 16:30:11 -05:00