boxfuture 0.0.1

Utilities to make Futures easier to pass around, by boxing without having to wrap calls in Box::new(), and early returning them.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
version = "0.0.1"
name = "boxfuture"
authors = [
  "Pants Build <pantsbuild@gmail.com>",
  "Daniel Wagner-Hall <dawagner@gmail.com>",
]
description = "Utilities to make Futures easier to pass around, by boxing without having to wrap calls in Box::new(), and early returning them."
repository = "https://github.com/pantsbuild/pants/tree/master/src/rust/engine/boxfuture"
license = "Apache-2.0"

[dependencies]
futures = "^0.1.16"