actix-lua 0.7.0

A safe scripting environment for actix with the Lua Programming Language
Documentation
1
2
3
4
5
6
-- print("new actor recived", ctx.msg)
if ctx.msg == "Hello" then
  ctx.state.ok = true
end

return ctx.state.ok