mirror of
https://github.com/actix/examples
synced 2024-11-28 16:32:39 +01:00
6 lines
68 B
Rust
6 lines
68 B
Rust
use yarte::recompile;
|
|
|
|
fn main() {
|
|
recompile::when_changed();
|
|
}
|