{"id":15032626,"url":"https://github.com/imagineeeinc/q-rust","last_synced_at":"2026-03-16T12:38:45.639Z","repository":{"id":65479875,"uuid":"464134260","full_name":"imagineeeinc/q-rust","owner":"imagineeeinc","description":"Quick Rust is a light weight alternative to rust with a lot of native features missing, perfect for places where you can't use the compiler.","archived":false,"fork":false,"pushed_at":"2022-03-04T18:16:10.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-11T03:03:49.486Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/imagineeeinc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-02-27T12:45:50.000Z","updated_at":"2022-03-04T18:16:36.000Z","dependencies_parsed_at":"2023-01-25T08:35:16.380Z","dependency_job_id":null,"html_url":"https://github.com/imagineeeinc/q-rust","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagineeeinc%2Fq-rust","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagineeeinc%2Fq-rust/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagineeeinc%2Fq-rust/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/imagineeeinc%2Fq-rust/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/imagineeeinc","download_url":"https://codeload.github.com/imagineeeinc/q-rust/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243351841,"owners_count":20276908,"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-09-24T20:18:55.529Z","updated_at":"2025-12-26T12:40:59.781Z","avatar_url":"https://github.com/imagineeeinc.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# QuickRust\n\nQuick Rust is a light weight alternative to rust with a lot of native features missing, perfect for places where you can't use the compiler.\n\nInspired by [This](https://gist.github.com/badboy/222302b6b40ba6afc412).\n\n## Installation\n\nSimple as installing from npm\n\n```shell\nnpm install -g q-rust\n```\n\n## Usage\n\n```shell\nUsage: qrust \u003cfile\u003e\n\n        Internet connection is required\n\nExample: qrust src/main.rs\n\nOptions:\n        -h, --help      Show this help message.   \n        -v, --version   Show version.\n        -w, --watch     Watch file for changes.   \n        --json          load through json. \n```\n\n### Qrust json input\n\nqrust dosn't support input from std, so for that reason we provide a json based input system\n\nJSON options:\n\n```\n{\n\t\"file\": \"path to rust file.rs\",\n\t\"watch\": false || true,\n\t\"var\": [\"list\", \"of vars\"]\n}\n```\n\nyou then access these variables through the `\u003c%QRS_...%\u003e` keyword, where the `...` is the var name.\n\nyou can run a json by swapping the file in the run command with the json location and adding the `--json` argument.\n\ncheck out examples on using it [here](https://github.com/imagineeeinc/q-rust/tree/main/example)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagineeeinc%2Fq-rust","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fimagineeeinc%2Fq-rust","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fimagineeeinc%2Fq-rust/lists"}