pipi-rs 0.1.1

Pipi web framework for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
source: src/controller/format.rs
expression: "view(&v, \"template/none.html\", serde_json::json!({}))"
---
Err(
    Tera(
        Error {
            kind: TemplateNotFound(
                "template/none.html",
            ),
            source: None,
        },
    ),
)