feat(presentation): handlers, OpenAPI/Scalar, routes, extractors

This commit is contained in:
2026-05-18 00:07:07 +02:00
parent 4cab050ee8
commit 5d926e0f61
14 changed files with 516 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
pub mod errors;
pub mod extractors;
pub mod handlers;
pub mod openapi;
pub mod routes;
pub mod state;