Expand description
HTTP transport layer for the Lora database.
This crate is intentionally thin: it wraps anything that implements
lora_database::QueryRunner (typically a lora_database::Database)
with an Axum router exposing /health and /query.
Re-exports§
pub use app::build_app;pub use app::serve;pub use app::ErrorResponse;pub use app::HealthResponse;pub use app::QueryFormat;pub use app::QueryRequest;pub use config::ConfigError;pub use config::ConfigOutcome;pub use config::ServerConfig;