Docs.rs
sapper_tmpl-0.2.0
sapper_tmpl 0.2.0
Permalink
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
miketang84
Dependencies
lazy_static ^1.0
normal
notify ^4.0.0
normal
optional
tera ^0.11
normal
Versions
0%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
sapper_
tmpl
0.2.0
All Items
Crate Items
Structs
Enums
Functions
Type Aliases
Crate
sapper_tmpl
Copy item path
Source
Structs
§
Context
The struct that holds the context of a template rendering.
TERA
Enums
§
Tera
Value
Represents any valid JSON value.
Functions
§
render
to_
value
Convert a
T
into
serde_json::Value
which is an enum that can represent any valid JSON data.
Type Aliases
§
Tera
Result
Convenient wrapper around
std::Result
.