1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

6 lines
68 B
Rust
Raw Normal View History

2019-03-12 21:15:53 +01:00
use yarte::recompile;
fn main() {
recompile::when_changed();
}