Rocket/core/lib/benches
Jeb Rosen dea940c7a8 Defer execution of operations on 'Rocket' until their effects will be
observed.

This is a prerequisite for async on_attach fairings. 'Rocket' is now a
builder wrapper around the 'Manifest' type, with operations being
applied when needed by 'launch()', 'Client::new()', or 'inspect()'.
'inspect()' returns an '&Manifest', which now provides the methods that
could be called on an '&Rocket'.
2020-07-11 09:24:29 -07:00
..
format-routing.rs Fix and update benchmarks. 2019-11-16 13:08:36 -08:00
ranked-routing.rs Fix and update benchmarks. 2019-11-16 13:08:36 -08:00
simple-routing.rs Defer execution of operations on 'Rocket' until their effects will be 2020-07-11 09:24:29 -07:00