//! Postrust Server library.
//!
//! This crate provides the HTTP server implementation for Postrust.
//!
//! ## Features
//!
//! - `admin-ui` - Enables the admin UI with OpenAPI documentation,
//! Swagger UI, Scalar, and GraphQL Playground at `/admin`.
pub use handle_request;
pub use AppState;
pub use admin_router;