This project provides an integration between tokio and rocket.
It should not be necessary in the long term since rocket plans to have an async story itself in the future.
In the meanwhile, this crate provides the easiest way I know of to work with tokio and/or futures as part of a rocket request.
See the examples folder for what usage of this library looks like.