#![crate_name = "static"]
#![deny(missing_docs)]
#![deny(warnings)]
#![feature(core, std_misc, path_ext, fs_time)]
extern crate time;
extern crate iron;
#[macro_use]
extern crate log;
extern crate mount;
pub use static_handler::{Static, Cache};
mod requested_path;
mod static_handler;