7 releases

0.0.11 Jun 28, 2020
0.0.10 Apr 11, 2019
0.0.9 Nov 21, 2018
0.0.8 Jul 27, 2018
0.0.2 Feb 23, 2015

#415 in Programming languages

MIT license

615KB
16K SLoC

C 15K SLoC // 0.1% comments Rust 1K SLoC // 0.1% comments

lua-rs

Lua port written in Rust.

build status Crates.io

Usage

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

[dependencies]
lua-rs = "0.0.11"

or (git):

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

Add this to your crate root:

extern crate lua_rs;

Get the latest version from GitLab.

License

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

lib.rs:

Lua port written in Rust.

Dependencies