wow-web 0.1.0

Wow web is a simple, pragmatic and extremely fast web framework for Rust.
Documentation
#[cfg(test)]
mod tests {
    #[test]
    fn it_works() {
        assert_eq!(2 + 2, 4);
    }
}
pub fn wow_web(){

}