arrows 0.1.16

An actor framework in rust with message durability and ingestion order processing of of messages
Documentation
//! Common
//! Common interface between implementation and client usage

pub(crate) mod actor;
pub(crate) mod addr;
pub mod config;
pub(crate) mod errs;
pub(crate) mod mail;
pub(crate) mod utils;