tinychannels 0.1.0

Pluggable channel and messaging primitives for OpenHuman harness communication.
Documentation
1
2
3
4
5
6
7
8
//! Generic channel adapters.

pub mod local;

pub use local::{LocalChannelAdapter, LocalOutboundSink};

#[cfg(test)]
mod test;