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
use serde_json::{Map, Value};

pub mod encrypt_middleware;
pub mod facade;
pub mod headers;
pub mod impls;
pub mod middleware;

struct CustomViewData(Map<String, Value>);