talaria 0.1.1

A high performance, cyclic message passing library.
Documentation
1
2
3
4
5
mod builder;
mod channel;

pub use builder::Builder;
pub use channel::Channel;