1 unstable release
0.1.0 | Feb 19, 2023 |
---|
#24 in #poem
59 downloads per month
Used in 2 crates
(via qsync)
2KB
Generated reat-query hooks for your services in actix-web, poem, axum, you-name-it.
Just use #[qsync]
above your method names.
You can also specify a typescript return type like #[qsync(return_type="string[]")]
or whether it's a mutation or not (#[qsync(mutate)]
).