Crate rinja_rocket

Source

Re-exports§

pub use rocket;
pub use rinja::*;

Functions§

into_response
Render a Template into a Response, or render an error page.
respond
try_into_response
Try to render a Template into a Response.