embassy-sync 0.6.1

no-std, no-alloc synchronization primitives with async support
Documentation
1
2
3
4
5
6
7
#[path = "./build_common.rs"]
mod common;

fn main() {
    let mut cfgs = common::CfgSet::new();
    common::set_target_cfgs(&mut cfgs);
}