Crate postrust_server

Crate postrust_server 

Source
Expand description

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.

Re-exports§

pub use app::handle_request;
pub use state::AppState;

Modules§

app
Request handling.
state
Application state.