lua-rs

Crates.iolua-rs
lib.rslua-rs
version0.0.11
sourcesrc
created_at2015-02-22 22:54:04.660525
updated_at2020-06-28 14:37:48.521455
descriptionLua port written in Rust.
homepage
repositoryhttps://gitlab.com/ahmedcharles/lua-rs
max_upload_size
id1453
size1,455,528
Ahmed Charles (ahmedcharles)

documentation

README

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)
Commit count: 81

cargo fmt