+ Lazy static because we need to start caching
and avoid insane heap allocations
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
#![feature(decl_macro)]
|
||||
#[macro_use] extern crate rocket;
|
||||
#[macro_use] extern crate lazy_static;
|
||||
use std::env;
|
||||
use rocket_dyn_templates::Template;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user