{"id":20305548,"url":"https://github.com/dervexdev/toml2lua","last_synced_at":"2025-03-04T07:21:45.617Z","repository":{"id":220314831,"uuid":"751342670","full_name":"DervexDev/toml2lua","owner":"DervexDev","description":"Convert TOML to Lua table","archived":false,"fork":false,"pushed_at":"2024-02-01T12:24:32.000Z","size":6,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-14T11:25:35.288Z","etag":null,"topics":["lua","parser","rust","table","toml"],"latest_commit_sha":null,"homepage":"https://crates.io/crates/toml2lua","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DervexDev.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}},"created_at":"2024-02-01T12:24:30.000Z","updated_at":"2024-05-23T16:22:10.000Z","dependencies_parsed_at":"2024-02-01T12:31:03.668Z","dependency_job_id":"48080697-8333-4183-8b8e-f6c663ae8dfd","html_url":"https://github.com/DervexDev/toml2lua","commit_stats":null,"previous_names":["dervexhero/toml2lua","dervexdev/toml2lua"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ftoml2lua","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ftoml2lua/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ftoml2lua/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DervexDev%2Ftoml2lua/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DervexDev","download_url":"https://codeload.github.com/DervexDev/toml2lua/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241801989,"owners_count":20022563,"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":["lua","parser","rust","table","toml"],"created_at":"2024-11-14T17:08:55.648Z","updated_at":"2025-03-04T07:21:45.599Z","avatar_url":"https://github.com/DervexDev.png","language":"Rust","readme":"# toml2lua\nConvert TOML to Lua table\n\n\u003cdiv\u003e\n  \u003ca href=\"https://crates.io/crates/toml2lua\"\u003e\u003cimg alt='Version badge' src='https://img.shields.io/crates/v/toml2lua.svg'\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/toml2lua\"\u003e\u003cimg alt='Downloads badge' src='https://img.shields.io/crates/d/toml2lua.svg'\u003e\u003c/a\u003e\n  \u003ca href=\"https://crates.io/crates/toml2lua\"\u003e\u003cimg alt='License badge' src='https://img.shields.io/crates/l/toml2lua.svg'\u003e\u003c/a\u003e\n  \u003ca href=\"https://docs.rs/toml2lua\"\u003e\u003cimg alt=\"Docs badge\" src=\"https://img.shields.io/docsrs/toml2lua\"\u003e\u003c/a\u003e\n\u003c/div\u003e\n\n## Example:\n```rust\nuse toml2lua::parse;\n\nlet toml = r#\"\nstring = \"abc\"\nint = 123\nbool = true\n\n[object]\nkey = \"value\"\n\"#;\n\nlet lua = parse(toml).unwrap();\n// Output:\n// {\n//   [\"string\"] = \"abc\",\n//   [\"int\"] = 123,\n//   [\"bool\"] = true,\n//   [\"object\"] = {\n//     [\"key\"] = \"value\",\n//   },\n// }\n```\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Ftoml2lua","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdervexdev%2Ftoml2lua","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdervexdev%2Ftoml2lua/lists"}