2 stable releases
1.1.2 | May 19, 2024 |
---|---|
1.1.1 | Jan 9, 2024 |
1.1.0 |
|
1.0.0 |
|
#1003 in Embedded development
22KB
354 lines
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.
Dependencies
~0.6–1MB
~21K SLoC