tokio-blocking 0.1.1

A thin wrapper to provide a simple interface to insert blocking operations between non-blocking operations in the context of futures
Documentation
[package]
name = "tokio-blocking"
version = "0.1.1"
authors = ["Yushi Omote <yushi.omote@sbibits.com>"]
edition = "2018"
license = "MIT"
readme = "README.md"
description = "A thin wrapper to provide a simple interface to insert blocking operations between non-blocking operations in the context of futures"

[dependencies]
crossbeam = "0.6"
futures = "0.1"
log = "0.4"
encoding = "0.2"