move templates and static pages into rust source code to ditch i/o on page load

This commit is contained in:
Leonard Lorenz 2020-11-14 22:38:33 +01:00
parent f0f4048835
commit d3a5cac4be
10 changed files with 214 additions and 180 deletions

View file

@ -2,6 +2,7 @@ mod api;
mod config;
mod db;
mod routes;
mod html;
#[macro_use]
extern crate diesel;