pencil 0.3.0

A micro web framework for Rust.
1
2
3
4
5
6
// Test the basic functionality.

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