kabuki 0.0.1

Name reservation
Documentation
# Tokio Actor

A micro actor abstraction for Tokio / Rust futures

## Overview

[Tokio](https://github.com/tokio-rs/tokio) and
[futures-rs](https://github.com/alexcrichton/futures-rs) are designed around a
lightweight task strategy. Tokio Actor builds on top of this to provide a
concurrency friendly resource management abstraction. A task is used to manage a
resource. Message passing is used to interact with the task.

# License

`futures-rs` is primarily distributed under the terms of both the MIT license and
the Apache License (Version 2.0), with portions covered by various BSD-like
licenses.

See LICENSE-APACHE, and LICENSE-MIT for details.