executor 0.6.0

A minimalistic async/await executor
Documentation
[dependencies.executor-macros]
version = "0.0.1"

[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.4.0"

[dependencies.spin]
version = "0.5.2"

[dependencies.woke]
version = "0.0.2"

[package]
authors = ["Richard Anaya"]
categories = ["wasm", "no-std"]
description = "A minimalistic async/await executor"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "executor"
readme = "../README.md"
repository = "https://www.github.com/richardanaya/executor"
version = "0.6.0"