lua_actor 0.2.4

Lua Actor for Rust(sync/async)
Documentation
1
2
3
4
5
extern crate fp_rust;
extern crate rlua;

pub mod actor;
pub mod message;