rusty_chain 0.1.18

This library abstracts over functional processing units called `chain links`. Each link in the chain is meant to be independent, immutable, idempotent, and highly testable.
Documentation
1
2
3
4
5
6
#[macro_use]
pub mod macros;
pub mod framework;
mod test;
pub mod queue;
pub use macros::{paste, async_trait, RwLock, Mutex, join, join_all, Builder, Rng, thread_rng, SliceRandom};