| Crates.io | no-std-async |
| lib.rs | no-std-async |
| version | 1.1.2 |
| created_at | 2023-08-17 21:09:25.309563+00 |
| updated_at | 2024-05-19 22:57:42.724243+00 |
| description | Async synchronization primitives for #[no_std] rust |
| homepage | |
| repository | https://github.com/lylythechosenone/no-std-async |
| max_upload_size | |
| id | 947390 |
| size | 21,230 |
This crate provides a few synchronization primitives:
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.