chilli 0.4.4

A micro web framework for Rust. (A Pencil fork)
Documentation
1
2
3
4
5
6
// Test the basic functionality.

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