Skip to main content

Crate toolkit_zero_macros

Crate toolkit_zero_macros 

Source
Expand description

Procedural macros for toolkit-zero.

This crate is an internal implementation detail of toolkit-zero. Do not depend on it directly. Use the re-exported attribute macros:

  • [mechanism] — server-side route declaration, via toolkit_zero::socket::server
  • [request] — client-side request shorthand, via toolkit_zero::socket::client