microasync-rt 0.2.0

A runtime for the very small async runner
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "microasync-rt"
version = "0.2.0"
edition = "2021"
repository = "https://github.com/tudbut/microasync-rt"
license = "MIT"
description = "A runtime for the very small async runner"
categories = ["no-std", "embedded"]

[dependencies]
microasync = "0.4"
async-core = { path = "../async-core", version = "0.3" }

[features]
no_std = ["microasync/no_std", "async-core/no_std"]