inertia-rust

Crates.ioinertia-rust
lib.rsinertia-rust
version
sourcesrc
created_at2024-12-01 21:46:10.651633
updated_at2025-01-08 22:43:26.984642
descriptionA Rust server-adapter for building modern MVC web apps with Inertia.
homepage
repositoryhttps://github.com/KaioFelps/inertia-rust
max_upload_size
id1467886
Cargo.toml error:TOML parse error at line 24, column 1 | 24 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
Kaio Felipe (KaioFelps)

documentation

README

Inertia Rust

[!NOTE] You are currently seeing the documentation for inertia-rust v0.2, which is compatible to Inertia.js v2. While it is not the default version of inertia-rust, refer to the main branch to see the documentation for v0.1.

A server-side Inertia.js adapter for Rust. Inertia Rust aims to interoperate with any Rust (micro-)framework and template engine, since a compatible provider exists.

Due to its flexibility, it requires a bit more configuration. Hence, please read Inertia Rust's documentation carefully to ensure that your application works correctly.

Examples

In the examples directory you might find few applications using inertia-rust along with existing providers.

Changelog

Every change made between one version and another is registered in the CHANGELOG file.

Commit count: 114

cargo fmt