no-std-async

Crates.iono-std-async
lib.rsno-std-async
version1.1.2
sourcesrc
created_at2023-08-17 21:09:25.309563
updated_at2024-05-19 22:57:42.724243
descriptionAsync synchronization primitives for #[no_std] rust
homepage
repositoryhttps://github.com/lylythechosenone/no-std-async
max_upload_size
id947390
size21,230
(lylythechosenone)

documentation

https://docs.rs/no-std-async

README

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.

Commit count: 16

cargo fmt