ferro-rs 0.2.22

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

pub use ferro_inertia::InertiaConfig;