pencil 0.3.0

A micro web framework for Rust.
// Test the basic functionality.

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