Crate kit_rs

Crate kit_rs 

Source

Re-exports§

pub use config::env;
pub use config::env;
pub use config::env_optional;
pub use config::env_required;
pub use config::AppConfig;
pub use config::Config;
pub use config::Environment;
pub use config::ServerConfig;
pub use http::json;
pub use http::text;
pub use http::HttpResponse;
pub use http::Redirect;
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 middleware::Middleware;
pub use middleware::MiddlewareFuture;
pub use middleware::MiddlewareRegistry;
pub use middleware::Next;
pub use routing::route;
pub use routing::GroupBuilder;
pub use routing::GroupRouter;
pub use routing::RouteBuilder;
pub use routing::Router;
pub use server::Server;
pub use serde;

Modules§

config
Configuration module for Kit framework
http
inertia
middleware
Middleware system for Kit framework
routing
server

Macros§

inertia_response
Create an Inertia response with compile-time component validation
json_response
redirect
Create a redirect to a named route with compile-time validation
text_response

Attribute Macros§

async_trait

Derive Macros§

InertiaProps
Derive macro for generating Serialize implementation for Inertia props