1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/template_yarte/README.md

13 lines
249 B
Markdown
Raw Normal View History

2019-03-12 21:15:53 +01:00
# yarte
2019-07-01 06:02:14 +02:00
Minimal example of using template [yarte](https://gitlab.com/r-iendo/yarte) that displays a form.
2019-03-12 21:15:53 +01:00
2019-07-11 10:47:22 +02:00
[Template benchmarks in stable](https://gitlab.com/botika/template-benchmarks-rs)
2019-03-12 21:15:53 +01:00
```bash
2019-04-01 01:23:31 +02:00
cargo test
2019-03-12 21:15:53 +01:00
cargo run
```
> open `localhost:8080`