inertia-rust 2.4.6

A Rust server-adapter for building modern MVC web apps with Inertia.
Documentation
1
2
3
4
5
6
7
8
9
#[cfg(feature = "actix")]
mod actix_provider;

#[cfg(feature = "actix")]
pub mod actix {
    pub use super::actix_provider::{
        encrypt_middleware, facade::is_inertia_response, headers, impls::SessionErrors, middleware,
    };
}