closure-future 0.1.0

Easily run closures on thread pools and turn their result into Futures
Documentation

.PHONY: all doc check test

all: test doc

doc:
	cargo +nightly doc --no-deps --all-features

check:
	cargo +stable check --features rayon

test:
	cargo +stable test --features rayon