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
16
17
18
[dependencies.async-core]
version = "0.3"

[dependencies.microasync]
version = "0.4"

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

[package]
categories = ["no-std", "embedded"]
description = "A runtime for the very small async runner"
edition = "2021"
license = "MIT"
name = "microasync-rt"
readme = "README.md"
repository = "https://github.com/tudbut/microasync-rt"
version = "0.2.0"