Skip to main content

Crate rex_core

Crate rex_core 

Source

Re-exports§

pub use client_manifest::ClientRefEntry;
pub use client_manifest::ClientReferenceManifest;
pub use config::RexConfig;
pub use error::RexError;
pub use manifest::AppRouteAssets;
pub use manifest::AssetManifest;
pub use manifest::PageAssets;
pub use route::BuildConfig;
pub use route::DataStrategy;
pub use route::DevConfig;
pub use route::DynamicSegment;
pub use route::Fallback;
pub use route::HeaderEntry;
pub use route::HeaderRule;
pub use route::McpToolRoute;
pub use route::MiddlewareAction;
pub use route::MiddlewareResult;
pub use route::PageType;
pub use route::ProjectConfig;
pub use route::RedirectConfig;
pub use route::RedirectRule;
pub use route::RenderMode;
pub use route::RewriteRule;
pub use route::Route;
pub use route::RouteMatch;
pub use route::ServerSidePropsContext;
pub use route::ServerSidePropsResult;

Modules§

app_route
Types for the App Router (app/ directory).
client_manifest
Client reference manifest for RSC.
config
error
manifest
route