| Crates.io | lua-rs |
| lib.rs | lua-rs |
| version | 0.0.11 |
| created_at | 2015-02-22 22:54:04.660525+00 |
| updated_at | 2020-06-28 14:37:48.521455+00 |
| description | Lua port written in Rust. |
| homepage | |
| repository | https://gitlab.com/ahmedcharles/lua-rs |
| max_upload_size | |
| id | 1453 |
| size | 1,455,528 |
Lua port written in Rust.
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.
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)