rocket-file-cache 0.3.0

An in-memory file cache for the Rocket web framework.
Documentation
#![feature(test)]
extern crate rocket;
#[macro_use]
extern crate log;


pub mod cache;
mod sized_file;
pub mod cached_file;
pub mod cache_builder;
pub mod priority_function;