rustful 0.2.1

A light web micro-framework with some REST-like features and the ambition of being simple, modular and non-intrusive.
1
2
3
4
5
6
7
extern crate phf_codegen;

mod mime;

fn main() {
    mime::gen();
}