1
2
3
4
5
//! An Erlang inspired actor library for Rust.

extern crate time;

pub mod actor;