Skip to main content

Crate lxy

Crate lxy 

Source

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