racoon 0.1.9

Racoon is a fast, fully customizable web framework for Rust focusing on simplicity.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
pub mod request;
pub mod cookie;
pub mod session;
pub mod path;
pub mod server;
pub mod response;
pub mod parser;
pub mod stream;
pub mod logging;
pub mod middleware;
pub mod headers;
pub mod forms;

pub mod websocket;
pub mod shortcuts;