nostd_async 0.6.1

An asyncronous runtime for a single-threaded no_std environment
Documentation
[dependencies.bare-metal]
version = "0.2"

[dependencies.cortex-m]
optional = true
version = "0.7"
[dev-dependencies.futures-micro]
version = "0.5"

[features]
cortex_m = ["cortex-m"]
wfe = ["cortex-m"]

[package]
authors = ["Samuel Hicks <SamMHicks@hotmail.co.uk>"]
categories = ["asynchronous", "embedded", "no-std"]
description = "An asyncronous runtime for a single-threaded no_std environment"
documentation = "https://docs.rs/nostd_async"
edition = "2018"
homepage = "https://github.com/sammhicks/nostd_async"
keywords = ["asynchronous", "async", "embedded", "no-std", "nostd"]
license = "MIT"
name = "nostd_async"
readme = "README.md"
repository = "https://github.com/sammhicks/nostd_async"
version = "0.6.1"