Skip to main content

Crate arh_macros

Crate arh_macros 

Source

Attribute Macros§

delete
Attribute macro to define a DELETE route.
get
Attribute macro to define a GET route.
post
Attribute macro to define a POST route.
put
Attribute macro to define a PUT route.
router
Attribute macro to define a router.
router_config
Attribute macro to define a router configuration.

Derive Macros§

RouterHelper
Derive macro to generate helper methods for a router.