Tiny Tokio Actor

Another actor library! Why another? I really like the actor model for development, and wanted something simple I could use on top of tokio.

Basically it provides: * An actor system with a message bus * A strongly typed actor with a single behaviour * Actors referenced through ActorRefs

Projects / blog posts that are worth checking out: * Coerce-rs * Actors with Tokio * Unbounded channel deadlock risk