1
0
mirror of https://github.com/actix/examples synced 2024-11-27 16:02:57 +01:00
examples/template_tinytemplate
yjh 89d2e4e3f7
fix typo and update some deps (#390)
* chore: fix typo for `run-in-thread`

* chore: update some deps for examples
2020-12-14 11:30:06 +00:00
..
src Update tiny_template example and deps (#388) 2020-11-30 08:54:00 +00:00
templates Add tiny_template as an example. (#358) 2020-09-10 21:34:32 +01:00
Cargo.toml fix typo and update some deps (#390) 2020-12-14 11:30:06 +00:00
README.md Add tiny_template as an example. (#358) 2020-09-10 21:34:32 +01:00

template_tinytemplate

See the documentation for the minimalist template engine tiny_template.

Usage

Server

cd examples/template_tinytemplate
cargo run # (or ``cargo watch -x run``)
# Started http server: 127.0.0.1:8080

Web Client