Re-exports§
pub use app::App;pub use app::get_app;pub use app_builder::AppBuilder;pub use error::Error;pub use error::ErrorCode;pub use error::Result;
Modules§
- app
- app_
builder - config
- container
- context
- Request-scoped context storage
- error
- Error handling for the lxy framework.
- http
- HTTP server support for lxy framework
- server
- Server abstraction for lxy framework
- tracing
- Tracing and logging infrastructure for lxy applications.
- utils
Macros§
- define_
error - Defines a typed error with compile-time code binding.
- define_
errors - Batch defines multiple typed errors under the same error code.
- inject
- Helper macro for injecting dependencies with less boilerplate