mlua_actor 0.1.3

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

pub mod actor;
pub mod message;