may_actor 0.2.3

Simple Actor library based on MAY
Documentation
[package]
name = "may_actor"
version = "0.2.3"
edition = "2018"
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/Xudong-Huang/may_actor.git"
homepage = "https://github.com/Xudong-Huang/may_actor.git"
documentation = "https://docs.rs/may_actor"
description = "Simple Actor library based on MAY"
readme = "README.md"
keywords = ["actor", "coroutine", "multi-thread"]
categories = ["concurrency"]
exclude = [
    ".gitignore",
    ".travis.yml",
    "appveyor.yml",
    "benches/**/*",
]

[dependencies]
may = "0.3"