bare-sync 0.1.0

no-std, no-alloc synchronization primitives
Documentation
1
2
3
4
5
6
7
# bare-sync


## Overview

This library provides lightweight synchronization primitives derived from `embassy_sync::{signal::Signal, watch::Watch}`, remove Async/await features, optimized ROM/RAM footprint.

## License

This project is licensed under the [MIT License](LICENSE).