actus-server
The hyper-based HTTP server and longest-prefix router for Actus.
Routes are matched by longest-prefix at arbitrary depth: the framework picks the deepest controller-bearing prefix in the route tree, then hands the remaining path segment (the "action") to that controller's dispatcher.