Rocket/core/codegen/tests
Sergio Benitez c0c6c79a7f Use 'async_trait' for 'Responder'.
Also:

  * Remove 'response::ResultFuture'.
  * Re-export 'tokio' and 'futures' from the crate root.
  * Make 'ResponseBuilder::sized_body()' and 'async fn'.
  * Remove the 'Future' implementation for 'ResponseBuilder'.
  * Add 'ResponseBuilder::finalize()' for finalizing the builder.
2020-07-11 09:24:29 -07:00
..
ui-fail Update error positions after changes for async #[catch] support. 2020-07-11 09:24:29 -07:00
async-routes.rs Use 'async_trait' for 'Fairing' trait. 2020-07-11 09:24:29 -07:00
compile-test.rs Revamp testing system for async. 2020-07-11 09:24:28 -07:00
expansion.rs Revamp testing system for async. 2020-07-11 09:24:28 -07:00
from_form.rs Migrate codegen to Rust 2018. 2019-06-25 13:45:27 -04:00
from_form_value.rs Migrate codegen to Rust 2018. 2019-06-25 13:45:27 -04:00
responder.rs Use 'async_trait' for 'Responder'. 2020-07-11 09:24:29 -07:00
route-data.rs Upgrade to tokio 0.2.0. 2020-07-11 09:24:29 -07:00
route-format.rs Revamp testing system for async. 2020-07-11 09:24:28 -07:00
route-params.rs Rename 'codegen_next' to 'codegen'. 2018-10-22 00:01:41 -07:00
route-ranking.rs Update for rust-lang/rust#64856. 2020-07-11 09:24:29 -07:00
route.rs Upgrade to tokio 0.2.0. 2020-07-11 09:24:29 -07:00
typed-uris.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00
uri_display.rs Remove stabilized 'async_await' feature gate and update the minimum nightly version. 2020-07-11 09:24:28 -07:00