Crate kit_rs

Crate kit_rs 

Source

Re-exports§

pub use http::json;
pub use http::text;
pub use http::HttpResponse;
pub use http::Request;
pub use http::Response;
pub use http::ResponseExt;
pub use inertia::InertiaConfig;
pub use inertia::InertiaContext;
pub use inertia::InertiaResponse;
pub use routing::Router;
pub use server::Server;

Modules§

http
inertia
routing
server

Macros§

inertia_response
Create an Inertia response - automatically detects request type from context
json_response
text_response