No description
  • Rust 99.4%
  • Handlebars 0.3%
  • HTML 0.3%
Find a file
2026-02-22 14:51:01 -03:00
.github/workflows ci: ignore doc_overidented_list_items lint 2025-04-27 23:52:46 -03:00
.vscode chore: fix .vscode/settings.json 2025-10-31 23:10:18 -03:00
docs docs: remove multilingual option from book.toml 2025-10-31 23:22:09 -03:00
examples/actix_ssr examples: fix phosphor icons imports to reduce bundle size & update inertia version prop 2025-10-31 23:10:08 -03:00
src feat: add facade method check_is_inertia_request 2026-02-22 14:41:31 -03:00
tests fix(test_p_actix): change error bag key to avoid race condition 2025-04-28 00:29:43 -03:00
.gitignore chore: add .idea directory to .gitignore 2024-09-11 00:07:59 -03:00
Cargo.lock build: bump v2.4.6 2026-02-22 14:51:01 -03:00
Cargo.toml build: bump v2.4.6 2026-02-22 14:51:01 -03:00
CHANGELOG.md build: bump v2.4.6 2026-02-22 14:51:01 -03:00
LICENSE chore: added MIT license 2024-10-04 22:15:59 -03:00
linting.ps1 chore: add linting powershell script 2024-11-15 22:11:13 -03:00
README.md docs(readme): fix wrong version 2025-01-29 01:12:24 -03:00

Inertia Rust

Note

You are currently seeing the documentation for inertia-rust v2.*, 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.