lua-rs 0.0.7

Lua port written in Rust.
Documentation

lua-rs

Lua port written in Rust.

[build status] (https://gitlab.com/ahmedcharles/lua-rs/commits/master)

Usage

Add this to your Cargo.toml (crates.io):

[dependencies]
lua-rs = "0.0.7"

or (git):

[dependencies.lua-rs]
git = "https://gitlab.com/ahmedcharles/lua-rs"

and this to your crate root:

extern crate lua_rs;

Get the latest version from GitLab.

Copyright (C) 2015-2018 Ahmed Charles - acharles@outlook.com
Distributed under the MIT License.
   (See accompanying file LICENSE.txt or copy at
         http://opensource.org/licenses/MIT)