webdev 0.1.1

Simple local dev web server for localhost development (NOT FOR PROD)
1
2
3
4
5
6
7
mod html_dir_list;

pub use html_dir_list::*;

pub const JS_LIVE_CONTENT: &str = include_str!("./_webdev_live.js");

pub const JS_LIVE_SCRIPT_TAG: &str = "\n<script src=\"/_webdev_live.js\"></script>";