Skip to main content

Crate grave

Crate grave 

Source
Expand description

§Grave

A lightweight web framework built on top of Axum that provides a declarative app! macro for defining routes and configuration.

Re-exports§

pub use axum;
pub use tokio;

Modules§

extract
Re-export the full extract module for convenience.

Macros§

app
The main app! macro — defines routes, configuration, and generates create_app() (for testing) and main() (for running).

Structs§

Json
JSON Extractor / Response.
Path
Extractor that will get captures from the URL and parse them using serde.
Router
The router type for composing handlers and services.
State
Extractor for state.