pasts 0.6.0

Minimal and simpler alternative to the futures crate.
Documentation
[build-dependencies]

[dependencies]
[dev-dependencies.async-std]
version = "1.0"

[features]
default = ["std"]
std = []

[package]
authors = ["Jeron Aldaron Lau <jeronlau@plopgrizzly.com>"]
categories = ["asynchronous", "embedded", "no-std", "rust-patterns"]
description = "Minimal and simpler alternative to the futures crate."
documentation = "https://docs.rs/pasts"
edition = "2018"
homepage = "https://github.com/AldaronLau/pasts/blob/master/CHANGELOG.md"
include = ["Cargo.toml", "README.md", "LICENSE-ZLIB", "LICENSE-APACHE", "src/*"]
keywords = ["futures", "platform-agnostic", "cross-platform", "io", "executor"]
license = "Apache-2.0/Zlib"
name = "pasts"
readme = "README.md"
repository = "https://github.com/AldaronLau/pasts"
version = "0.6.0"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-unknown-linux-gnu"