在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):jcmoyer/rust-lua53开源软件地址(OpenSource Url):https://github.com/jcmoyer/rust-lua53开源编程语言(OpenSource Language):C 57.9%开源软件介绍(OpenSource Introduction):rust-lua53Aims to be complete Rust bindings for Lua 5.3 and beyond. Currently, Requires a Unix-like environment. On Windows, MSYS2 is supported. You will need:
Using crates.ioAdd this to your
Using gitAdd this to your
Exampleextern crate lua;
fn main() {
let mut state = lua::State::new();
state.open_libs();
state.do_string("print('hello world!')");
} LicenseLicensed under the MIT License, which is the same license Lua is distributed
under. Refer to |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论