qsync 0.1.0

Generate react-query hooks for your rust backend (see https://github.com/Wulf/create-rust-app)
Documentation
1
2
3
4
5
6
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)]`).

See [https://github.com/Wulf/create-rust-app](https://github.com/Wulf/create-rust-app).