dumb-exec 0.0.7

A very simple and dumb implementation of a futures executor that doesn't allocate and can be used in no_std environments.
[dependencies.futures-preview]
features = ["nightly"]
version = "0.3.0-alpha.7"

[dependencies.pin-utils]
version = "0.1.0-alpha"

[dependencies.spin]
version = "0.4.9"

[features]
alloc = []
default = []

[package]
authors = ["Angelo Bulfone <mbulfone@gmail.com>"]
categories = ["asynchronous", "no-std"]
description = "A very simple and dumb implementation of a futures executor\nthat doesn't allocate and can be used in no_std environments.\n"
edition = "2018"
homepage = "https://github.com/boomshroom/dumb-exec"
keywords = ["futures"]
license = "MIT"
name = "dumb-exec"
readme = "README.md"
repository = "https://github.com/boomshroom/dumb-exec"
version = "0.0.7"