{"id":13437870,"url":"https://github.com/jcmoyer/rust-lua53","last_synced_at":"2025-04-04T19:11:01.366Z","repository":{"id":22912336,"uuid":"26261123","full_name":"jcmoyer/rust-lua53","owner":"jcmoyer","description":"Lua 5.3 bindings for Rust","archived":false,"fork":false,"pushed_at":"2023-11-17T07:08:18.000Z","size":525,"stargazers_count":158,"open_issues_count":21,"forks_count":45,"subscribers_count":12,"default_branch":"master","last_synced_at":"2025-03-28T18:12:09.687Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jcmoyer.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-06T08:39:07.000Z","updated_at":"2025-03-24T13:29:40.000Z","dependencies_parsed_at":"2024-10-27T21:26:13.115Z","dependency_job_id":"53befd26-f642-4707-a6f0-b0ca813cc2ed","html_url":"https://github.com/jcmoyer/rust-lua53","commit_stats":{"total_commits":178,"total_committers":15,"mean_commits":"11.866666666666667","dds":0.3258426966292135,"last_synced_commit":"c855949bdac210206d5d5ce873a9a6a152e4652d"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcmoyer%2Frust-lua53","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcmoyer%2Frust-lua53/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcmoyer%2Frust-lua53/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jcmoyer%2Frust-lua53/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jcmoyer","download_url":"https://codeload.github.com/jcmoyer/rust-lua53/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247234921,"owners_count":20905854,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T03:01:00.815Z","updated_at":"2025-04-04T19:11:01.349Z","avatar_url":"https://github.com/jcmoyer.png","language":"C","readme":"# rust-lua53 [![Build Status](https://travis-ci.org/jcmoyer/rust-lua53.svg?branch=master)](https://travis-ci.org/jcmoyer/rust-lua53) [![Documentation](https://docs.rs/lua/badge.svg)](https://docs.rs/lua)\nAims to be complete Rust bindings for Lua 5.3 and beyond. Currently, `master`\nis tracking Lua `5.3.3`.\n\nRequires a Unix-like environment. On Windows, [MSYS2](https://msys2.github.io/)\nis supported.\n\nYou will need:\n- wget (fetch on FreeBSD/Dragonfly, curl on MacOS)\n- tar\n- make\n- gcc\n\n### Using crates.io\n\nAdd this to your `Cargo.toml`:\n\n```\n[dependencies]\nlua = \"*\"\n```\n\n### Using git\n\nAdd this to your `Cargo.toml`:\n\n```\n[dependencies.lua]\ngit = \"https://github.com/jcmoyer/rust-lua53\"\n```\n\n# Example\n\n```rust\nextern crate lua;\n\nfn main() {\n  let mut state = lua::State::new();\n  state.open_libs();\n  state.do_string(\"print('hello world!')\");\n}\n```\n\n# License\nLicensed under the MIT License, which is the same license Lua is distributed\nunder. Refer to `LICENSE.md` for more information.\n","funding_links":[],"categories":["Development tools","开发工具 Development tools","开发工具"],"sub_categories":["FFI","FFI FFI","示例 FFI"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcmoyer%2Frust-lua53","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjcmoyer%2Frust-lua53","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjcmoyer%2Frust-lua53/lists"}