Make sure to follow this commit message convention because we will auto generate a changelog with clog in the future.
The easiest way to get started is to get nickel running and play around with it. Let's do that real quick!
git clone https://github.com/nickel-org/nickel.git
cargo build --release
cargo test
cargo run --example example
Then try localhost:6767/user/4711
and localhost:6767/bar
.