qsync-macro 0.1.0

Macros for qsync (see https://github.com/Wulf/qsync)
Documentation
  • Coverage
  • 0%
    0 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.36 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 239.55 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Wulf

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.