Crate simple_ssr_rs

Source

Re-exports§

pub use anyhow;
pub use salvo;
pub use serde_json;
pub use tera;
pub use tokio;

Macros§

ssr_work

Structs§

Catcher
Catcher is used to catch errors.
Context
The struct that holds the context of a template rendering.
Http3Certification
SSRender
Tera
Main point of interaction in this library.
TeraBuilder

Enums§

Value
Represents any valid JSON value.

Traits§

Filter
The filter function type definition
Function
The global function type definition