Crate floresta_common
source ·Re-exports
pub use spsc::Channel;
Modules
- A no-std Single Producer, Single Consumer channel for unidirectional message exchange between modules. This module don’t use anything from the standard lib and can be easily used in no-std enviroments. We only use mem::take from core.