{"id":22441869,"url":"https://github.com/gosulja/rlua","last_synced_at":"2025-07-02T02:03:28.128Z","repository":{"id":221721786,"uuid":"755202446","full_name":"gosulja/rlua","owner":"gosulja","description":"A simple Rust to Luau translation tool (WIP)","archived":false,"fork":false,"pushed_at":"2024-03-25T08:19:30.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-27T10:16:03.443Z","etag":null,"topics":["luau","rust","tool","translator"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gosulja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-02-09T16:32:27.000Z","updated_at":"2024-02-09T16:38:36.000Z","dependencies_parsed_at":"2024-02-09T17:45:10.550Z","dependency_job_id":"84c83aaa-f6dd-4627-b461-99a6efb82686","html_url":"https://github.com/gosulja/rlua","commit_stats":null,"previous_names":["petxmr/rlua","sevenmillion/rlua","gosulja/rlua"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/gosulja/rlua","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gosulja%2Frlua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gosulja%2Frlua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gosulja%2Frlua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gosulja%2Frlua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gosulja","download_url":"https://codeload.github.com/gosulja/rlua/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gosulja%2Frlua/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263061406,"owners_count":23407606,"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":["luau","rust","tool","translator"],"created_at":"2024-12-06T02:16:39.550Z","updated_at":"2025-07-02T02:03:28.097Z","avatar_url":"https://github.com/gosulja.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rlua\n\nsimple rust to luau translation tool\n\n# features\n\nonly supports dead-simple conversion, for example:\n\n\n```rust\nlet x = 34;\nlet y = x * 23;\n```\n\nwould be converted to:\n\n```lua\nlocal x = 34;\nlocal y = x * 23;\n```\n\n[25/3/2024] This is not impressive. It was only a test for myself to see what I can do in Rust; since then I've improved my Rust skills and hopefully I'll get this project up again with more complex code conversions.\n\n# future\n\nfunction conversion\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgosulja%2Frlua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgosulja%2Frlua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgosulja%2Frlua/lists"}