Crate tuono_lib

Source
Expand description

§Tuono

Tuono is a full-stack web framework for building React applications using Rust as the backend with a strong focus on usability and performance.

You can find the full documentation at tuono.dev

Re-exports§

pub use axum;
pub use tokio;

Modules§

cookie
Cookie parsing and cookie jar management.

Structs§

Payload
This is the payload sent to the client for hydration
Props
Request
Server
Ssr
This struct holds all the necessary v8 utilities to execute Javascript code. It cannot be shared across threads.

Enums§

Mode
Response

Functions§

tuono_internal_init_v8_platform

Attribute Macros§

api
handler

Derive Macros§

Type
Automatically generate typescript’s types from Rust’s structs, types and enums.