* Add documentation for Fairing * Add Guard example and documentation
* Add serde support for Method * "Turn on" serde * Add Serde support for UniCase * Fix merge error * Add default tests
* Delay checking of CORS to just before responding * Lifetime issues * Use State::inner() * Fix lifetime issues * Bump Rocket * Document 'static limitation And link to https://github.com/SergioBenitez/Rocket/pull/345 * Remove extraneous comments