rustful 0.9.0

A light HTTP 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();
}