lwactors 0.0.1

Lightweight actors for Rust using futures-rs
Documentation

Lightweight actors for Rust using futures-rs.

The TL;DR is that you probably want to use Actix instead.

This library allows standalone "actors" to exist in Applications using Futures.

A more detailed README is coming later, in the meantime take a look at the example.