Macros§
- ranvier_
router - Macro to build a router from a list of circuit functions annotated with
#[route].
Attribute Macros§
- route
- Attribute macro for HTTP route registration.
- transition
- Attribute macro to transform an async function into a
Transitionimplementation.
Derive Macros§
- Resource
Requirement - Derive macro for the
ResourceRequirementmarker trait.