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
[dependencies.futures]
version = "^0.1.16"

[package]
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."
license = "Apache-2.0"
name = "boxfuture"
repository = "https://github.com/pantsbuild/pants/tree/master/src/rust/engine/boxfuture"
version = "0.0.1"