actress 0.1.0

A simple actor library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
authors = ["Jonathan Turner"]
description = """
A simple actor library for Rust
"""
homepage = "https://github.com/jonathandturner/actress"
include = ["**/*.rs", "Cargo.toml"]
license = "MIT/Apache-2.0"
name = "actress"
readme = "README.md"
repository = "https://github.com/jonathandturner/actress"
version = "0.1.0"