airlock 0.0.2

no_std async communication
Documentation
1
2
3
4
5
6
7
8
9
10
#![no_std]

pub mod error;
pub mod mono;

mod fmt;
mod slot;

#[cfg(feature = "std")]
extern crate std;