The API for rust futures has changed a bit since the `futures 0.1` crate, and the current version of the API is on track for stablization. [futures-preview](https://crates.io/crates/futures-preview/0.3.0-alpha.12) exposes the new API, although internally its just re-exposing std::future. It'd be rad to support this new API in foundationdb-rs