lylythechosenone / no-std-async

Async synchronization primitives for #[no_std] rust
1 stars 1 forks source link
async bare-metal rust

no-std-async

[no_std] async synchronization primitives for rust

Types

This crate provides a few synchronization primitives:

Usage

Add this to your Cargo.toml:

[dependencies]
no-std-async = "version"

where version is the latest crate version.

The various types in this crate provide specific usage examples.