ferro-rs 0.2.12

A Laravel-inspired web framework for Rust
Documentation
1
2
3
4
5
//! Inertia response types.
//!
//! Re-exports from the `ferro-inertia` crate for backward compatibility.

pub use ferro_inertia::InertiaResponse;