Meralis40

Results 2 issues of Meralis40

Add `context::Builder`, a helper struct for creating a `Context`. Also modify `Router` tests to use the new `Builder`. Closes #22

This is the first part for procedural macro for routing, very basic, only GET and POST. This is currently nightly-only (relies on procedural macro attributes, not stable yet). It's exposed...