actors

A rust library to provide actor-like message-based concurrency.

Build Status

API Documentation

Goals:

Non-Goals:

Usage (NOT THERE YET ;) )

Add this to your Cargo.toml:

```toml [dependencies]

actors = "0.1" ```