Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 535 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 535 Bytes

Multi-reactor drifting

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.