nostd_async 0.8.0

An asyncronous runtime for a single-threaded no_std environment
Documentation
1
2
3
4
5
6
7
#![no_std]

//! # Fundamentally unsound.
//!
//! **DO NOT USE **
//!
//! Use [embassy](https://embassy.dev/) or [RTIC](https://rtic.rs) instead, which have a much better async runtime, and don't have a huge and unresolvable soundness issue.