Crates.io | qsync-macro |
lib.rs | qsync-macro |
version | 0.1.0 |
source | src |
created_at | 2023-02-19 00:44:14.288399 |
updated_at | 2023-02-19 00:44:14.288399 |
description | Macros for qsync (see https://github.com/Wulf/qsync) |
homepage | |
repository | |
max_upload_size | |
id | 788569 |
size | 1,676 |
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)]
).