Expand description
Opinionated async Rust framework for building Mae-Technologies micro-services.
§Modules
app— application lifecycle: configuration, builder, HTTP server runnerrepo— typed async repository layer over SQLx/Postgresmiddleware— Actix-Web extractors for sessions and service authtelemetry— structured tracing/logging setupsession— session identity typeerror_response— standardised HTTP error responsestesting— test utilities (enabled viatest-utilsfeature)
Modules§
- app
- Application lifecycle helpers for Mae micro-services.
- error_
response - health
- Built-in health check handlers for mae applications.
- middleware
- Actix-Web middleware for session validation and request context injection.
- repo
- Typed async repository layer over SQLx/Postgres.
- request_
context - routes
- session
- telemetry
- testing
- Testing utilities for Mae-based services.
- util