chilli 0.4.3

A micro web framework for Rust. (A Pencil fork)
Documentation
// Test the basic functionality.

#[test]
fn foo() {
    assert!(true);
}