actus-controller 1.0.1

Controller trait, parameter extraction, and the #[controller]/routes! macros for Actus.
Documentation

Public API types and utilities for the Actus controller system — the Controller trait, the typed [Params] / [ExtractedParams], the route metadata (Verb, ParamDef, RouteDef), and the route-resolution [routing] helpers. This is what user code and the #[controller] / routes! / app_routes! macros' generated code interact with.