catty 0.1.1

Send and await a value asynchronously
Documentation
[[bench]]
harness = false
name = "basic"
[dependencies.spinning_top]
version = "0.2.2"
[dev-dependencies.criterion]
version = "0.3.3"

[dev-dependencies.futures]
version = "0.3.5"

[dev-dependencies.pollster]
version = "0.2.0"

[features]
nightly = ["spinning_top/nightly"]

[package]
authors = ["Restioson <restiosondev@gmail.com>"]
categories = ["asynchronous", "concurrency"]
description = "Send and await a value asynchronously"
documentation = "https://docs.rs/catty"
edition = "2018"
keywords = ["async", "futures", "async-await", "oneshot", "channel"]
license = "Apache-2.0"
name = "catty"
readme = "README.md"
repository = "https://github.com/Restioson/catty"
version = "0.1.1"