nickel 0.11.0

An express.js inspired web framework
Documentation
1
2
3
4
5
// HACK: Need cargo support to run `#[test]`s witin examples, this imitates it.

#![allow(dead_code)]
#![allow(unused_attributes)]
include!("../../examples/integration_testing.rs");