Docs.rs
inertia-rust-2.4.3
inertia-rust 2.4.3
Permalink
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
KaioFelps
Dependencies
actix-web ~4
normal
optional
async-trait ~0.1
normal
futures ~0.3.30
normal
futures-util ~0.3.31
normal
handlebars ^6
normal
optional
log ^0.4
normal
regex ^1
normal
optional
reqwest ~0.12
normal
serde ^1
normal
serde_json ^1
normal
validator >=0.9, <1
normal
optional
vite-rust ~0.2
normal
optional
tokio ~1
dev
Versions
30.21%
of the crate is documented
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
inertia_
rust
2.4.3
inertia_rust
Macro
hashmap
Copy item path
Source
macro_rules! hashmap { () => { ... }; ($( $key: expr => $value: expr ),+ $(,)?) => { ... }; }